update cmp, grep

This commit is contained in:
Connor Lane Smith
2011-06-18 06:42:24 +01:00
parent f24772dcbb
commit 8ec404cdec
3 changed files with 27 additions and 33 deletions

4
grep.1
View File

@@ -8,7 +8,9 @@ grep \- search files for a pattern
.RI [ file ...]
.SH DESCRIPTION
.B grep
searches the input files for lines that match the pattern, a regular expression as defined in
searches the input files for lines that match the
.IR pattern ,
a regular expression as defined in
.IR regex (7).
By default each matching line is printed to stdout. If no file is given, grep
reads from stdin.