diff options
author | Jan F. Chadima <jfch@jagda.eu> | 2018-03-21 16:56:55 +0000 |
---|---|---|
committer | David Spencer <idlemoor@slackbuilds.org> | 2018-03-21 16:56:55 +0000 |
commit | 63f63e80f17052cc490648f5e26e4ba21ed097a2 (patch) | |
tree | c191bb42ce5f293cebe50bf53d72446d3c739c12 /perl/perl-File-Grep/README | |
parent | 925538add6a3d3b04c10516a545c5aadf86c5f64 (diff) | |
download | slackbuilds-63f63e80f17052cc490648f5e26e4ba21ed097a2.tar.gz |
perl/perl-File-Grep: Added (Find matches in files).
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'perl/perl-File-Grep/README')
-rw-r--r-- | perl/perl-File-Grep/README | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/perl/perl-File-Grep/README b/perl/perl-File-Grep/README new file mode 100644 index 0000000000..4b1d49a0e9 --- /dev/null +++ b/perl/perl-File-Grep/README @@ -0,0 +1,4 @@ +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. |