diff options
Diffstat (limited to 'chapter06/grep.xml')
-rw-r--r-- | chapter06/grep.xml | 38 |
1 files changed, 1 insertions, 37 deletions
diff --git a/chapter06/grep.xml b/chapter06/grep.xml index b4fb3ac27..fe2522894 100644 --- a/chapter06/grep.xml +++ b/chapter06/grep.xml @@ -10,7 +10,6 @@ <indexterm zone="ch-system-grep"><primary sortas="a-Grep">Grep</primary></indexterm> <sect2 role="package"><title/> -<para>The Grep package contains programs for searching through files.</para> <segmentedlist> <segtitle>&buildtime;</segtitle> @@ -18,11 +17,6 @@ <seglistitem><seg>0.1 SBU</seg><seg>5.8 MB</seg></seglistitem> </segmentedlist> -<segmentedlist> -<segtitle>Grep installation depends on</segtitle> -<seglistitem><seg>Bash, Binutils, Coreutils, -Diffutils, GCC, Gettext, Glibc, Make, Sed, Texinfo</seg></seglistitem> -</segmentedlist> </sect2> <sect2 role="installation"> @@ -48,37 +42,7 @@ Diffutils, GCC, Gettext, Glibc, Make, Sed, Texinfo</seg></seglistitem> <sect2 id="contents-grep" role="content"><title>Contents of Grep</title> -<segmentedlist> -<segtitle>Installed programs</segtitle> -<seglistitem><seg>egrep (link to grep), fgrep (link to grep) and grep</seg></seglistitem> -</segmentedlist> - -<variablelist><title>Short descriptions</title> - -<varlistentry id="egrep"> -<term><command>egrep</command></term> -<listitem> -<indexterm zone="ch-system-grep egrep"><primary sortas="b-egrep">egrep</primary></indexterm> -<para>prints lines matching an extended regular expression.</para> -</listitem> -</varlistentry> - -<varlistentry id="fgrep"> -<term><command>fgrep</command></term> -<listitem> -<indexterm zone="ch-system-grep fgrep"><primary sortas="b-fgrep">fgrep</primary></indexterm> -<para>prints lines matching a list of fixed strings.</para> -</listitem> -</varlistentry> - -<varlistentry id="grep"> -<term><command>grep</command></term> -<listitem> -<indexterm zone="ch-system-grep grep"><primary sortas="b-grep">grep</primary></indexterm> -<para>prints lines matching a basic regular expression.</para> -</listitem> -</varlistentry> -</variablelist> +<para>See testing</para> </sect2> |