How To Find Files of an Exact Size in Linux
find . -type f -size 127c -exec ls -l {} \;
b(default) for 512-byte blockscfor byteswfor words (2 bytes)kfor kilobytesMfor megabytesGfor gigabytes
find . -type f -size 127c -exec ls -l {} \;
b (default) for 512-byte blocksc for bytesw for words (2 bytes)k for kilobytesM for megabytesG for gigabytes