Find large files (Linux) February 4, 2009 by Ted·2 Comments The following command will return all files which are larger than 10Mb: find / -size +10240000c -exec du -h {} \;