|
|
| There's more than one way to do things | |
| PerlMonks |
Re: traverse directory recursively and search for patternby Anonymous Monk |
| on Mar 20, 2013 at 07:32 UTC ( #1024460=note: print w/ replies, xml ) | Need Help?? |
|
ack --nobinary --match "PATTERN" directory directory use File::Find::Rule;
http://search.cpan.org/perldoc/Path::Iterator::Rule#SEE_ALSO
In Section
Seekers of Perl Wisdom
|
|
||||||||||||||||||||