diff --git a/chapter08/grep.xml b/chapter08/grep.xml index d06a1ba85..9861d239f 100644 --- a/chapter08/grep.xml +++ b/chapter08/grep.xml @@ -77,7 +77,8 @@ egrep - Prints lines matching an extended regular expression + Prints lines matching an extended regular expression. + It is obsoleted, use grep -E instead egrep @@ -87,7 +88,8 @@ fgrep - Prints lines matching a list of fixed strings + Prints lines matching a list of fixed strings. + It is obsoleted, use grep -F instead fgrep