From: Jim Meyering Date: Wed, 26 Jun 2002 07:38:18 +0000 (+0000) Subject: (Putting the tools together): Don't mention egrep, X-Git-Tag: FILEUTILS-4_1_10~160 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=de19a1af57ff9916df92e574d00b96718ad81bdf;p=thirdparty%2Fcoreutils.git (Putting the tools together): Don't mention egrep, since it's not part of POSIX 1003.1-2001. --- diff --git a/doc/coreutils.texi b/doc/coreutils.texi index 6a91bc1b1f..024a75e2df 100644 --- a/doc/coreutils.texi +++ b/doc/coreutils.texi @@ -11926,9 +11926,6 @@ There are some other tools that deserve brief mention. @item grep search files for text that matches a regular expression -@item egrep -like @command{grep}, but with more powerful regular expressions - @item wc count lines, words, characters