Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

du -d 1 -h | sort -h


Remove the "-d 1" and that command gets even more useful. This is my preferred version of that trick:

   du -h | sort -hr | less




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: