sort

sort (shell tool)

Example use:
cd /home/; du -s * | sort -nr > report.txt
to see which users use the most space.

Syndicate content