Added a few comments here and there
[linux_from_scratch.git] / newxml / appendixa / grep.xml
blob113fcab683b7e77bf49faf4d586491b936327147
1 <?xml version="1.0" encoding="ISO-8859-1"?>
2 <!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.3CR2//EN" "http://www.docbook.org/xml/4.3CR2/docbookx.dtd" [
3   <!ENTITY % grep-entities SYSTEM "../ent/grep.ent">
4   %grep-entities;
5 ]>
6 <sect1 id="aa-grep" xreflabel="Grep">
7 <title>Grep</title>
8 <?dbhtml filename="grep.html"?>
10 <para>For installation instructions see <xref linkend="ch06-grep"/>.</para>
12 <sect2><title>Official Download Location</title>
14 <literallayout>Grep (&grep-version;): 
15 <ulink url="ftp://ftp.gnu.org/gnu/grep/"/></literallayout>
16 </sect2>
18 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="grep-contents.xml"/>
22 <sect2><title>Short descriptions</title>
24 <para><command>egrep</command> prints lines matching an extended regular
25 expression.</para>
27 <para><command>fgrep</command> prints lines matching a list of fixed
28 strings.</para>
30 <para><command>grep</command> prints lines matching a basic regular
31 expression.</para>
33 </sect2>
37 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="grep-deps.xml"/>
41 </sect1>