0

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.

George2
  • 5,169

2 Answers2

3

Have you tried GrandPerspectiv?

Nils Magne Lunde
  • 2,672
  • 1
  • 18
  • 14
3
  • command line:

    du -ms $HOME/* | sort -n

and extend to where it looks promising

  • nice graphics:

Disk Inventory X : http://www.derlien.com/

Florenz Kley
  • 1,571