ubuntu check for huge files code example Example 1: list file size as mb ls -l --block-size=M Example 2: linux search for files larger than $ find . -type f -size +4G