Re: Finding mathing files, and getting the answer as a list.

2002-07-14 Thread drieux
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 mathing files, and getting the answer as a list.

2002-07-14 Thread Lars
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]