repo.or.cz
/
linux_from_scratch.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
history
|
raw
|
HEAD
Changed sulogin's respawn in inittab to 'once'
[linux_from_scratch.git]
/
BOOK
/
chapter06
/
grep-inst.xml
blob
17885b7f58184ba2c75b13352b266943bfb019c0
1
<sect2>
2
<title>Installation of Grep</title>
3
4
<para>Install Grep by running the following commands:</para>
5
6
<para><screen><userinput>./configure --prefix=/usr --bindir=/bin &&
7
make &&
8
make install</userinput></screen></para>
9
10
</sect2>
11