listing a directory by size
- From: April <xiaoxia2005a@xxxxxxxxx>
- Date: Thu, 19 Jun 2008 19:41:49 -0700 (PDT)
For the following program, found somethings seem not seen before, one
is the input <*>, everything and anything? Another is the usage
$i{$f} or $i{$b}, etc., not sure what that means?
foreach $f (<*>) ( $i{$f} = -S $f };
foreach $k (sort{ $i{$b} <=> $i${a} } keys %i}
{ printf "%8d %s\n", $i{$k}, $k }
Any guru can explain? Thanks!
.
- Follow-Ups:
- Re: listing a directory by size
- From: xhoster
- Re: listing a directory by size
- From: Jürgen Exner
- Re: listing a directory by size
- Prev by Date: Windows firewall administration
- Next by Date: Print Spanish characters in Perl?
- Previous by thread: Windows firewall administration
- Next by thread: Re: listing a directory by size
- Index(es):