App-File-Grepper
view release on metacpan or search on metacpan
lib/App/File/Grepper.pm view on Meta::CPAN
A perl pattern to select which files must be processed. Note that this
pattern is applied to the basename of each file, not the full path.
=item exclude
A perl pattern to select which files must be rejected. Note that this
pattern is applied to the basename of each file, not the full path.
Also, this pattern is applied before the filter pattern.
Version control directories C<RCS>, C<CVS>, C<.svn>, C<.git> and
C<.hg> are always excluded, as are common editor backups.
=back
=cut
use File::Find;
use Term::ANSIColor;
sub main {
( run in 1.343 second using v1.01-cache-2.11-cpan-49f99fa48dc )