|
|
| We don't bite newbies here... much | |
| PerlMonks |
Re: Parse grep resultby loris (Hermit) |
| on Jan 30, 2008 at 11:33 UTC ( #665103=note: print w/ replies, xml ) | Need Help?? |
|
It is not entirely clear to me what your problem is. If you are trying find arbitrary files within the file system, then you could just call find / -name "*<search term>*in your program (the find|xargs grep idiom is usually used when your grep does not have an option for recursion, as may well be the case on Solaris). This however will take a while if you have a large file system. If you have the locate command, use this - it will be much quicker. BTW, if you do want to parse paths, use File::Basename. "It took Loris ten minutes to eat a satsuma . . . twenty minutes to get from one end of his branch to the other . . . and an hour to scratch his bottom. But Slow Loris didn't care. He had a secret . . ." (from "Slow Loris" by Alexis Deacon)
In Section
Seekers of Perl Wisdom
|
|
||||||||||||||||||||||||