%general-entities; ]> Grep-&grep-version; Grep <para>The Grep package contains programs for searching through files.</para> <segmentedlist> <segtitle>&buildtime;</segtitle> <segtitle>&diskspace;</segtitle> <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"> <title>Installation of Grep Prepare Grep for compilation: ./configure --prefix=/usr --bindir=/bin --with-included-regex Compile the package: make To test the results, issue: make check. Now install the package: make install Contents of Grep Installed programs egrep (link to grep), fgrep (link to grep) and grep Short descriptions egrep egrep prints lines matching an extended regular expression. fgrep fgrep prints lines matching a list of fixed strings. grep grep prints lines matching a basic regular expression.