Possible Duplicate:
Need an app that tells about file & folder sizes
How can I find the largest files on my hard drive? I am using Mac OS X 10.5.
Possible Duplicate:
Need an app that tells about file & folder sizes
How can I find the largest files on my hard drive? I am using Mac OS X 10.5.
command line:
du -ms $HOME/* | sort -n
and extend to where it looks promising
Disk Inventory X : http://www.derlien.com/