6.34.2. Contents of Grep
Installed programs:
egrep, fgrep, and grep
The Grep package contains programs for searching through files.
First fix a potential security issue identified upstream:
sed -i -e '/tp++/a if (ep <= tp) break;' src/kwset.c
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