summaryrefslogtreecommitdiffstats
path: root/perl/perl-File-Grep/README
diff options
context:
space:
mode:
author Jan F. Chadima2018-03-21 17:56:55 +0100
committer David Spencer2018-03-21 17:56:55 +0100
commit63f63e80f17052cc490648f5e26e4ba21ed097a2 (patch)
treec191bb42ce5f293cebe50bf53d72446d3c739c12 /perl/perl-File-Grep/README
parent925538add6a3d3b04c10516a545c5aadf86c5f64 (diff)
downloadslackbuilds-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/README4
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.