Determining file sizes for large folders
Recently I need to determine the file size of some large folders on the department server. Unfortunately “Get Info” on Mac OS X seemed take forever. I ended using the faster disk usage (du) command in Terminal. It still took a few minutes though.
du -P -sh path/to/directory