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


Click here to return to the 'Check a disk usage summary to find wasted disk space' hint
The following comments are owned by whoever posted them. This site is not responsible for what they say.
Check a disk usage summary to find wasted disk space
Authored by: jmelloy on Oct 11, '03 05:07:58PM
du --max-depth=1 -kc | sort -nr works fairly well, too. It doesn't exclude the hidden . directories, which the other way will.

[ Reply to This | # ]