These commands will return the largest 10 directories on a Linux box.


du -k / | sort -n | tail -10

via peterbe.com