10.32. Grep-2.5.1a

The Grep package contains programs for searching through files.

10.32.1. Installation of Grep

This patch updates config.guess and config.sub for MIPS processors.

patch -Np1 -i ../grep-2.5.1a-config_update-1.patch

Prepare Grep for compilation:

./configure --prefix=/usr --bindir=/bin

Compile the package:

make

To test the results, issue: make check.

Install the package:

make install

10.32.2. Contents of Grep

Installed programs: egrep (link to grep), fgrep (link to grep), and grep

Short Descriptions

egrep

Prints lines matching an extended regular expression

fgrep

Prints lines matching a list of fixed strings

grep

Prints lines matching a basic regular expression