slackbuilds_ponce/perl/perl-File-Grep/README
Jan F. Chadima 63f63e80f1 perl/perl-File-Grep: Added (Find matches in files).
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
2018-03-21 16:56:55 +00:00

4 lines
227 B
Text

File::Grep mimics the functionality of the grep function in perl, but
applying it to files instead of a list. This is similar in nature to
the UNIX grep command, but more powerful as the pattern can be any
legal perl function.