Added a few comments here and there
[linux_from_scratch.git] / newxml / appendixa / gawk.xml
blobc33cb2f7a73ea3028552fc1f4ae102e214e83fa5
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 % gawk-entities SYSTEM "../ent/gawk.ent">
4   %gawk-entities;
5 ]>
6 <sect1 id="aa-gawk" xreflabel="Gawk">
7 <title>Gawk</title>
8 <?dbhtml filename="gawk.html"?>
10 <para>For installation instructions see <xref linkend="ch06-gawk"/>.</para>
12 <sect2><title>Official Download Location</title>
14 <literallayout>Gawk (&gawk-version;): 
15 <ulink url="ftp://ftp.gnu.org/pub/gnu/gawk/"/></literallayout>
16 </sect2>
18 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="gawk-contents.xml"/>
21 <sect2><title>Short descriptions</title>
23 <para><command>gawk</command> is a program for manipulating text files.
24 It is the GNU implementation of awk.</para>
26 <para><command>grcat</command> dumps the group database
27 <filename>/etc/group</filename>.</para>
29 <para><command>igawk</command> gives gawk the ability to
30 include files.</para>
32 <para><command>pgawk</command> is the profiling version of gawk.</para>
34 <para><command>pwcat</command> dumps the password database
35 <filename>/etc/passwd</filename>.</para>
37 </sect2>
41 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="gawk-deps.xml"/>
45 </sect1>