grep-inst.xml 287 B

123456789101112
  1. <sect2>
  2. <title>Installation of Grep</title>
  3. <para>Install Grep by running the following commands:</para>
  4. <para><screen><userinput>./configure --prefix=/usr --bindir=/bin &amp;&amp;
  5. make &amp;&amp;
  6. rm /bin/egrep /bin/fgrep &amp;&amp;
  7. make install</userinput></screen></para>
  8. </sect2>