vsailas has asked for the wisdom of the Perl Monks concerning the following question:
$output is written to a file to be later read and parsed by perl.$term=<some text input to be searched for>; $fn="../ -depth -type f | xargs grep -i -n "."$term"; $output = qx/find $fn /;
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Parse grep result
by loris (Hermit) on Jan 30, 2008 at 11:33 UTC | |
by vsailas (Beadle) on Jan 30, 2008 at 12:20 UTC | |
by loris (Hermit) on Jan 30, 2008 at 12:33 UTC | |
|
Re: Parse grep result
by cdarke (Prior) on Jan 30, 2008 at 13:45 UTC | |
|
Re: Parse grep result
by hipowls (Curate) on Jan 30, 2008 at 11:36 UTC |