-s

as in:

    perl -e 'print "$_: " . -s . "\n" for (glob ("*.*"))'

> Hi,
>
> I would like to know if with a perl script you can get the size of a
file ?
> I need to get all the size of 250 files on 250 computers ...
>
> thanx

Reply via email to