From cfb210d95bf1cc409884d9f5779e864d4b4de961 Mon Sep 17 00:00:00 2001 From: Florian Pritz Date: Fri, 24 Jun 2011 21:42:50 +0200 Subject: mpgrep: add description Signed-off-by: Florian Pritz --- mpgrep | 3 +++ 1 file changed, 3 insertions(+) (limited to 'mpgrep') 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; -- cgit v1.2.3-24-g4f1b