6.31. Grep-2.14

The Grep package contains programs for searching through files.

Приблизительное время сборки: 0.4 SBU
Требует свободного места на диске: 30 MB

6.31.1. Installation of Grep

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

6.31.2. Contents of Grep

Installed programs: egrep, fgrep, and grep

Краткое описание

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