How to find large files in linux April 22, 2011 April 22, 2011 / By Justin Soo / Linux find / -type f -size +20000k -exec ls -lh {} \; | awk ‘{ print $9 “: ” $5 }’ Tags: filelargeLinux