The UNIX and Linux Forums  

Go Back   The UNIX and Linux Forums > Special Forums > Filesystems, Disks and Memory
Google UNIX.COM



View Single Post in UNIX Forums - Click on the Thread or Permalink to View Entire Thread -->
  #8 (permalink)  
Old 05-16-2007
Shell_Life's Avatar
Shell_Life Shell_Life is offline
Registered User
 

Join Date: Mar 2007
Location: Bahia, Brazil
Posts: 695
Code:
find . -type f -exec  du {} \; | sort -nr | head -50
Reply With Quote