Submit Hint Search The Forums LinksStatsPollsHeadlinesRSS
14,000 hints and counting!


Click here to return to the 'Human-readable sizes all over the place' hint
The following comments are owned by whoever posted them. This site is not responsible for what they say.
Human-readable sizes all over the place
Authored by: ogs on Aug 11, '04 12:09:03PM

One I use quite frequently is

du -d1 -h

where -d[num] is the depth that you want to show

du -d1 | sort -n

is handy too



[ Reply to This | # ]