summaryrefslogtreecommitdiffstats
path: root/mpgrep
diff options
context:
space:
mode:
authorFlorian Pritz <bluewind@xinu.at>2011-06-24 21:42:50 +0200
committerFlorian Pritz <bluewind@xinu.at>2011-06-24 21:42:50 +0200
commitcfb210d95bf1cc409884d9f5779e864d4b4de961 (patch)
tree68c0cc73f27b8a7135e6923a7d88fa5abe67e539 /mpgrep
parent193c8763447a9ecad4f8ae8d53d82e1e1ca049b3 (diff)
downloadbin-cfb210d95bf1cc409884d9f5779e864d4b4de961.tar.gz
bin-cfb210d95bf1cc409884d9f5779e864d4b4de961.tar.xz
mpgrep: add description
Signed-off-by: Florian Pritz <bluewind@xinu.at>
Diffstat (limited to 'mpgrep')
-rwxr-xr-xmpgrep3
1 files changed, 3 insertions, 0 deletions
diff --git a/mpgrep b/mpgrep
index aca092b..51a0d14 100755
--- a/mpgrep
+++ b/mpgrep
@@ -1,4 +1,7 @@
#!/usr/bin/perl
+#
+# display the input line(s) if all patterns match
+#
use warnings;
use strict;