List large files on Linux PDF Print E-mail
Written by Websmurf   
Monday, 18 June 2007

A nice command to locate large files on your linux installation is:

find / -size +20480000c -exec du -h {} \; 

This will list all files larger than ~20 MB

 



Last Updated ( Monday, 18 June 2007 )
 
< Prev   Next >