The UNIX and Linux Forums  

Go Back   The UNIX and Linux Forums > Top Forums > UNIX for Dummies Questions & Answers
Google UNIX.COM



View Single Post in UNIX Forums - Click on the Thread or Permalink to View Entire Thread -->
  #4 (permalink)  
Old 10-01-2007
reborg's Avatar
reborg reborg is offline
Administrator
 
Join Date: Mar 2005
Location: Ireland
Posts: 3,502
Quote:
Originally Posted by sysgate View Post
Code:
du -h /home/users/ | sort -nr
will give you the file usage sorted, you just have to select the folder to query.
I wouldn't use -h in this case. The units will change depending on the size, so a 20MB file will be listed as being bigger than a 2GB one.
Reply With Quote