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.

0

2 Answers 2

3

Have you tried GrandPerspectiv?

3
  • I download and seem it does not work on my Macbook. :-(
    – George2
    Commented Mar 21, 2011 at 14:19
  • Any easy to use commands?
    – George2
    Commented Mar 21, 2011 at 14:19
  • I haven't tried this, but i believe you might be able to use the unix find command. To find files larger than 20000k, try this: find / -type f -size +20000k Commented Mar 21, 2011 at 14:35
3
  • command line:

    du -ms $HOME/* | sort -n

and extend to where it looks promising

  • nice graphics:

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

1
  • +1 just for DI:X. Remains one of the staples of my OS X toolbox.
    – peelman
    Commented Mar 21, 2011 at 14:30

Not the answer you're looking for? Browse other questions tagged .