Date: 2009-01-14 03:42 am (UTC)
I'm assuming you can do this in Macs, because it's linux based.

Open an xterm:
> cd /
> du -k . | sort -n

That will recursively list all the programs and directories and how large they are, with the number of kilobytes in front of it. Piping it to sort and using the -n option allows you to sort those numerically, causing the largest files and directories to bubble to the bottom.

Not visual, but it should do what you want. If you want to exclude some directories, you could just not start at the root. du -s only displays the sizes of all the files and directories in that directory, aggregated.
This account has disabled anonymous posting.
If you don't have an account you can create one now.
HTML doesn't work in the subject.
More info about formatting

Profile

asterroc

April 2017

S M T W T F S
      1
2345678
9101112131415
16171819202122
232425 26272829
30      

Most Popular Tags

Style Credit

Expand Cut Tags

No cut tags
Page generated Jun. 30th, 2025 12:21 am
Powered by Dreamwidth Studios