diff options
author | Jim Meyering <jim@meyering.net> | 2002-06-26 07:38:18 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2002-06-26 07:38:18 +0000 |
commit | de19a1af57ff9916df92e574d00b96718ad81bdf (patch) | |
tree | 2f2e4de996d1341e4936037644e28ab6f6b1e9f7 /doc | |
parent | 3ba3282be580d20a833d43f9933f3444a360bc43 (diff) | |
download | coreutils-de19a1af57ff9916df92e574d00b96718ad81bdf.tar.xz |
(Putting the tools together): Don't mention egrep,
since it's not part of POSIX 1003.1-2001.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/coreutils.texi | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/doc/coreutils.texi b/doc/coreutils.texi index 6a91bc1b1..024a75e2d 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 |