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


Click here to return to the 'A perl script to find large directories in a given folder' hint
The following comments are owned by whoever posted them. This site is not responsible for what they say.
A perl script to find large directories in a given folder
Authored by: JohnDoe55 on Sep 17, '07 10:49:12PM

du -k | sort -n



[ Reply to This | # ]