Find big files Jan 26, 2015 • cm In the current path, find all files bigger than, let's say 10MiB (10^7Bytes). $ find . -type f -size +10000000c -exec ls -l {} \;