%general-entities; ]> Grep-&grep-version; Grep The Grep package contains programs for searching through files. &buildtime; 0.1 SBU &diskspace; 5.8 MB Grep installation depends on: Bash, Binutils, Coreutils, Diffutils, GCC, Gettext, Glibc, Make, Sed, Texinfo. 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.