diff options
author | Florian Pritz <bluewind@xinu.at> | 2011-06-24 21:42:50 +0200 |
---|---|---|
committer | Florian Pritz <bluewind@xinu.at> | 2011-06-24 21:42:50 +0200 |
commit | cfb210d95bf1cc409884d9f5779e864d4b4de961 (patch) | |
tree | 68c0cc73f27b8a7135e6923a7d88fa5abe67e539 /mpgrep | |
parent | 193c8763447a9ecad4f8ae8d53d82e1e1ca049b3 (diff) | |
download | bin-cfb210d95bf1cc409884d9f5779e864d4b4de961.tar.gz bin-cfb210d95bf1cc409884d9f5779e864d4b4de961.tar.xz |
mpgrep: add description
Signed-off-by: Florian Pritz <bluewind@xinu.at>
Diffstat (limited to 'mpgrep')
-rwxr-xr-x | mpgrep | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -1,4 +1,7 @@ #!/usr/bin/perl +# +# display the input line(s) if all patterns match +# use warnings; use strict; |