Quote:
Originally Posted by sysgate
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.