aboutsummaryrefslogtreecommitdiffstats
path: root/chapter06/grep-inst.xml
blob: 17885b7f58184ba2c75b13352b266943bfb019c0 (plain)
1
2
3
4
5
6
7
8
9
10
11
<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;
make install</userinput></screen></para>

</sect2>