in reply to Re: find or grep?
in thread find or grep?
I get the error: cant stat blah: no such file or directory. How can I get $rlfile to equal the full path name to blah (which is $file)?use File::Find; find(\&wanted, '$file'); sub wanted { $rlfile = `find2perl / -name $file -exec ls {} \;`; }
|
|---|