Show Disk Usage For The Current Directory
$ du
80 ./.git/hooks
8 ./.git/info
256 ./.git/logs/refs/heads
...$ du -h
40K ./.git/hooks
4.0K ./.git/info
128K ./.git/logs/refs/heads$ du -h | sort -nr
412K ./vim
352K ./postgres
340K ./.git/logs
216K ./.git/logs/refs
184K ./ruby
156K ./unix
148K ./git
...Last updated