On Sunday, July 14, 2002, at 09:02 , Lars wrote:
> Finding files that matches "*.jpg" recurse. And getting the answer as a
> list.
> Well that is not how to do it
>
>
> $files = system("find /mnt/flash -name \"*.jpg\" ");
> print "$files";
p0: that is not how you get input back from a 'chil
Finding files that matches "*.jpg" recurse. And getting the answer as a
list.
Well that is not how to do it
$files = system("find /mnt/flash -name \"*.jpg\" ");
print "$files";
--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]