The UNIX and Linux Forums  
Hello and Welcome from United States to the UNIX and Linux Forums! Thank You for Visiting and Joining Our Global Community.

Go Back   The UNIX and Linux Forums > Top Forums > UNIX for Dummies Questions & Answers
.
google unix.com




View Single Post in the UNIX and Linux Forums - Click on the Thread or Permalink to View Entire Thread -->
  #4 (permalink)  
Old 10-01-2007
reborg's Avatar
reborg reborg is offline Forum Staff  
Administrator
  
 

Join Date: Mar 2005
Location: Ireland
Posts: 4,233
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.