lfs/chapter06/grep-inst.xml
2002-03-15 00:35:20 +00:00

13 lines
287 B
XML

<sect2>
<title>Installation of Grep</title>
<para>Install Grep by running the following commands:</para>
<para><screen><userinput>./configure --prefix=/usr --bindir=/bin &amp;&amp;
make &amp;&amp;
rm /bin/egrep /bin/fgrep &amp;&amp;
make install</userinput></screen></para>
</sect2>