From 18c9f9fd09d348190c92cf037e9c7490f7020d3d Mon Sep 17 00:00:00 2001 From: keramida Date: Thu, 11 Jul 2002 20:12:15 +0000 Subject: Mention zegrep and zfgrep too, and what their equivalent grep options are. PR: docs/35603 Submitted by: "Gary W. Swearingen" --- gnu/usr.bin/grep/grep.1 | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'gnu/usr.bin') diff --git a/gnu/usr.bin/grep/grep.1 b/gnu/usr.bin/grep/grep.1 index 94089c4..5096b56 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 -- cgit v1.1