in reply to
Re: Re: finding top 10 largest files
in thread
finding top 10 largest files
Not alone is
find
usually faster to execute than
File::Find
, it takes less programmer time as well.
Abigail
Comment on
Re: finding top 10 largest files
In Section
Seekers of Perl Wisdom