source: BOOK/final-system/common/gawk.xml @ 5002e75a

clfs-1.2clfs-2.1clfs-3.0.0-systemdclfs-3.0.0-sysvinitsystemdsysvinit
Last change on this file since 5002e75a was 5002e75a, checked in by Joe Ciccone <jciccone@…>, 14 years ago

Updated Gawk to 3.1.8.

  • Property mode set to 100644
File size: 4.5 KB
Line 
1<?xml version="1.0" encoding="ISO-8859-1"?>
2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
3  "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
4  <!ENTITY % general-entities SYSTEM "../../general.ent">
5  %general-entities;
6]>
7
8<sect1 id="ch-system-gawk" role="wrap">
9  <?dbhtml filename="gawk.html"?>
10
11  <title>Gawk-&gawk-version;</title>
12
13  <indexterm zone="ch-system-gawk">
14    <primary sortas="a-Gawk">Gawk</primary>
15  </indexterm>
16
17  <sect2 role="package">
18    <title/>
19
20    <para>The Gawk package contains programs for manipulating text
21    files.</para>
22
23  </sect2>
24
25  <sect2 role="installation">
26    <title>Installation of Gawk</title>
27
28    <para os="a">Prepare Gawk for compilation:</para>
29
30<screen os="b"><userinput>./configure --prefix=/usr --libexecdir=/usr/lib</userinput></screen>
31
32    <para os="c">Compile the package:</para>
33
34<screen os="d"><userinput>make</userinput></screen>
35
36    <para os="e">To test the results, issue:
37    <userinput>make check</userinput>.</para>
38
39    <para os="f">Install the package:</para>
40
41<screen os="g"><userinput>make install</userinput></screen>
42
43  </sect2>
44
45  <sect2 id="contents-gawk" role="content">
46    <title>Contents of Gawk</title>
47
48    <segmentedlist>
49      <segtitle>Installed programs</segtitle>
50      <segtitle>Installed directories</segtitle>
51
52      <seglistitem>
53        <seg>awk (link to gawk), gawk, gawk-&gawk-version;, grcat, igawk,
54        pgawk, pgawk-&gawk-version;, and pwcat</seg>
55        <seg>/usr/lib/awk, /usr/share/awk</seg>
56      </seglistitem>
57    </segmentedlist>
58
59    <variablelist>
60      <bridgehead renderas="sect3">Short Descriptions</bridgehead>
61      <?dbfo list-presentation="list"?>
62      <?dbhtml list-presentation="table"?>
63
64      <varlistentry id="awk">
65        <term><command>awk</command></term>
66        <listitem>
67          <para>A link to <command>gawk</command></para>
68          <indexterm zone="ch-system-gawk awk">
69            <primary sortas="b-awk">awk</primary>
70          </indexterm>
71        </listitem>
72      </varlistentry>
73
74      <varlistentry id="gawk">
75        <term><command>gawk</command></term>
76        <listitem>
77          <para>A program for manipulating text files; it is the GNU
78          implementation of <command>awk</command></para>
79          <indexterm zone="ch-system-gawk gawk">
80            <primary sortas="b-gawk">gawk</primary>
81          </indexterm>
82        </listitem>
83      </varlistentry>
84
85      <varlistentry id="gawk-version">
86        <term><command>gawk-&gawk-version;</command></term>
87          <listitem>
88          <para>A hard link to <command>gawk</command></para>
89          <indexterm zone="ch-system-gawk gawk-version">
90            <primary sortas="b-gawk-&gawk-version;">gawk-&gawk-version;</primary>
91          </indexterm>
92        </listitem>
93      </varlistentry>
94
95      <varlistentry id="grcat">
96        <term><command>grcat</command></term>
97        <listitem>
98          <para>Dumps the group database <filename>/etc/group</filename></para>
99          <indexterm zone="ch-system-gawk grcat">
100            <primary sortas="b-grcat">grcat</primary>
101          </indexterm>
102        </listitem>
103      </varlistentry>
104
105      <varlistentry id="igawk">
106        <term><command>igawk</command></term>
107        <listitem>
108          <para>Gives <command>gawk</command> the ability to include files</para>
109          <indexterm zone="ch-system-gawk igawk">
110            <primary sortas="b-igawk">igawk</primary>
111          </indexterm>
112        </listitem>
113      </varlistentry>
114
115      <varlistentry id="pgawk">
116        <term><command>pgawk</command></term>
117        <listitem>
118          <para>The profiling version of <command>gawk</command></para>
119          <indexterm zone="ch-system-gawk pgawk">
120            <primary sortas="b-pgawk">pgawk</primary>
121          </indexterm>
122        </listitem>
123      </varlistentry>
124
125      <varlistentry id="pgawk-version">
126        <term><command>pgawk-&gawk-version;</command></term>
127        <listitem>
128          <para>Hard link to <command>pgawk</command></para>
129          <indexterm zone="ch-system-gawk pgawk-version">
130            <primary sortas="b-pgawk-&gawk-version;">pgawk-&gawk-version;</primary>
131          </indexterm>
132        </listitem>
133      </varlistentry>
134
135      <varlistentry id="pwcat">
136        <term><command>pwcat</command></term>
137        <listitem>
138          <para>Dumps the password database <filename>/etc/passwd</filename></para>
139          <indexterm zone="ch-system-gawk pwcat">
140            <primary sortas="b-pwcat">pwcat</primary>
141          </indexterm>
142        </listitem>
143      </varlistentry>
144
145    </variablelist>
146
147  </sect2>
148
149</sect1>
Note: See TracBrowser for help on using the repository browser.