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: mibac on Sep 14, '07 12:42:22PM

I had to change
my @results = `du -hs @ARGV`;
to
my @results = `du -h @ARGV`;
in order for it to work on my MacPro 10.4.10



[ Reply to This | # ]