Gettext-0.19.8.1
Groff-1.22.3
The Grep package contains programs for searching through files.
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
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