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]

Reply via email to