How to find large files in linux April 22, 2011 / By Justin Soo / Linux Last updated on April 22nd, 2011 at 05:23 amfind / -type f -size +20000k -exec ls -lh {} \; | awk ‘{ print $9 “: ” $5 }’ Share this page : Share on Facebook (Opens in new window) Facebook Share on X (Opens in new window) X Share on Pinterest (Opens in new window) Pinterest Share on Reddit (Opens in new window) Reddit Share on WhatsApp (Opens in new window) WhatsApp Share on Threads (Opens in new window) Threads Tags:filelargeLinux