A cross platform command line utility that reports the disk usage for all files and folders in a directory. It's similar to Unix du.
You can use homebrew:
brew install clintmod/formulas/diskusage
- Download the latest release
- Untar it to a folder
- Make sure the folder is added to your PATH variable.
You can execute it like: diskusage [dir]
to list the sizes of the files and subdirectories in dir
.