in reply to Perl Script for checking and reporting file sizes in a directory.
perl -we 'print map{ -f; (stat(_))[7], " bytes\n"; } <*.db>' [download]
hth,PooLpi