diff options
| author | Giorgos Keramidas <keramida@FreeBSD.org> | 2002-07-11 20:12:15 +0000 |
|---|---|---|
| committer | Giorgos Keramidas <keramida@FreeBSD.org> | 2002-07-11 20:12:15 +0000 |
| commit | d2a4ebc11d2039b69d04edd4ca449624a2a1af22 (patch) | |
| tree | 68a09fd8de26ff73154b9415bd6712b507c37275 /gnu/usr.bin/grep | |
| parent | 94fed363fe29da9591f1a3b56de7b461799ca0ec (diff) | |
Notes
Diffstat (limited to 'gnu/usr.bin/grep')
| -rw-r--r-- | gnu/usr.bin/grep/grep.1 | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/gnu/usr.bin/grep/grep.1 b/gnu/usr.bin/grep/grep.1 index 94089c45d442..5096b562c48c 100644 --- a/gnu/usr.bin/grep/grep.1 +++ b/gnu/usr.bin/grep/grep.1 @@ -16,7 +16,7 @@ .Id $Id: grep.1,v 1.9 2000/01/26 03:42:16 alainm Exp $ .TH GREP 1 \*(Dt "GNU Project" .SH NAME -grep, egrep, fgrep, zgrep \- print lines matching a pattern +grep, egrep, fgrep, zgrep, zegrep, zfgrep \- print lines matching a pattern .SH SYNOPSIS .B grep .RI [ options ] @@ -59,6 +59,12 @@ is the same as .B zgrep is the same as .BR "grep\ \-Z" . +.B zegrep +is the same as +.BR "grep\ \-EZ" . +.B zfgrep +is the same as +.BR "grep\ \-FZ" . .SH OPTIONS .TP .BI \-A " NUM" "\fR,\fP \-\^\-after-context=" NUM |
