lfs/chapter06/grep-inst.xml

13 lines
287 B
XML
Raw Normal View History

<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>