6.43.2. Contents of Grep
Installed programs:
egrep (link to grep), fgrep (link to
grep), and grep
The Grep package contains programs for searching through files.
User Notes: http://wiki.linuxfromscratch.org/hlfs/wiki/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