in reply to Perl Script for checking and reporting file sizes in a directory.

perl -we 'print map{ -f; (stat(_))[7], " bytes\n"; } <*.db>'


hth,
PooLpi

'Ebry haffa hoe hab im tik a bush'. Jamaican proverb
  • Comment on Re: Perl Script for checking and reporting file sizes in a directory.
  • Download Code