Updating my two "quickie one-liners" (
above) for
Leopard:
#1) Find files over 100 megs inside the usual suspects:
sudo find -xf /.Trashes /Volumes /Library /private \
/.Temp* -type f -size +200000 -exec ls -lOhdSr {} +
#2) Measure sizes of the usual suspects (plus Spotlight's index):
for f in /Volumes /.Spotlight* /.Trashes /Library/Logs /private/{var/\
{log,spool,db,vm,folders,tmp},tmp} /.Temp*; do sudo du -hsx "$f"; done
[once again: they don't search
everywhere... just in hidden areas difficult to "see" normally, but statistically prone to bloat.]
Uptdated @ 2:27AM to include Leopard's new
-Caches- and -Tmp- directories, deep inside /var/folders (one set for each user).
Along with the fine utilities already mentioned (Baseline, WhatSize, DiskSweeper, etc),
there are also two
freewares worthy of consideration:
GrandPerspective &
JDiskReport.