Scripting

Disk Usage One Liner

Run this in home folder or as root in / :

du -s * | sort -rn | cut -f2 | xargs -d '\n' du -sh