Installation of Grep Prepare Grep for compilation: ./configure --prefix=/usr --bindir=/bin \     --with-included-regex Compile the package: make Test the results: make check And install the package: make install