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: DogDay on Sep 18, '07 02:12:59PM

du -sk * | sort rn



[ Reply to This | # ]