diff options
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 000000000000..4b1d49a0e948 --- /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. |