13/05/2014 Linux – search for list of big files recursively 56 0 Linux 5 find . -type f -exec ls -s {} \; | sort -n -r | head -5 . is current directory -5 can be 10 or 20