[prog] Perl and find(1)
Chris Henderson
hendersochris at gmail.com
Mon Dec 11 10:42:31 UTC 2006
On 12/11/06, Jacinta Richardson <jarich at perltraining.com.au> wrote:
>
> Ah-hah, my cut n paste must have been less successful than I realised. My
> bad. :(
>
Guys, thanks for all the help. I settled with
system "find @dir -name \"*.tgz\" -print -exec ls -al {} \\;";
But as per Jacinta's recommendation I will also have a look at glob(),
readdir() and File::Find
Thanks once again.
More information about the Programming
mailing list