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

clfs-3.0.0-systemd clfs-3.0.0-sysvinit systemd sysvinit
Last change on this file since c8a83d8 was c8a83d8, checked in by Chris Staub <chris@…>, 10 years ago

More installed files updates

  • Property mode set to 100644
File size: 4.6 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:</para>
37
38<screen os="e2"><userinput remap="test">make check</userinput></screen>
39
40 <para os="f">Install the package:</para>
41
42<screen os="g"><userinput>make install</userinput></screen>
43
44 </sect2>
45
46 <sect2 id="contents-gawk" role="content">
47 <title>Contents of Gawk</title>
48
49 <segmentedlist>
50 <segtitle>Installed programs</segtitle>
51 <segtitle>Installed directories</segtitle>
52
53 <seglistitem>
54 <seg>awk (link to gawk), gawk, gawk-&gawk-version;, grcat, igawk,
55 pgawk, pgawk-&gawk-version;, and pwcat</seg>
56 <seg>/usr/lib/awk, /usr/lib/gawk, /usr/share/awk</seg>
57 </seglistitem>
58 </segmentedlist>
59
60 <variablelist>
61 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
62 <?dbfo list-presentation="list"?>
63 <?dbhtml list-presentation="table"?>
64
65 <varlistentry id="awk">
66 <term><command>awk</command></term>
67 <listitem>
68 <para>A link to <command>gawk</command></para>
69 <indexterm zone="ch-system-gawk awk">
70 <primary sortas="b-awk">awk</primary>
71 </indexterm>
72 </listitem>
73 </varlistentry>
74
75 <varlistentry id="gawk">
76 <term><command>gawk</command></term>
77 <listitem>
78 <para>A program for manipulating text files; it is the GNU
79 implementation of <command>awk</command></para>
80 <indexterm zone="ch-system-gawk gawk">
81 <primary sortas="b-gawk">gawk</primary>
82 </indexterm>
83 </listitem>
84 </varlistentry>
85
86 <varlistentry id="gawk-version">
87 <term><command>gawk-&gawk-version;</command></term>
88 <listitem>
89 <para>A hard link to <command>gawk</command></para>
90 <indexterm zone="ch-system-gawk gawk-version">
91 <primary sortas="b-gawk-&gawk-version;">gawk-&gawk-version;</primary>
92 </indexterm>
93 </listitem>
94 </varlistentry>
95
96 <varlistentry id="grcat">
97 <term><command>grcat</command></term>
98 <listitem>
99 <para>Dumps the group database <filename>/etc/group</filename></para>
100 <indexterm zone="ch-system-gawk grcat">
101 <primary sortas="b-grcat">grcat</primary>
102 </indexterm>
103 </listitem>
104 </varlistentry>
105
106 <varlistentry id="igawk">
107 <term><command>igawk</command></term>
108 <listitem>
109 <para>Gives <command>gawk</command> the ability to include files</para>
110 <indexterm zone="ch-system-gawk igawk">
111 <primary sortas="b-igawk">igawk</primary>
112 </indexterm>
113 </listitem>
114 </varlistentry>
115
116 <varlistentry id="pgawk">
117 <term><command>pgawk</command></term>
118 <listitem>
119 <para>The profiling version of <command>gawk</command></para>
120 <indexterm zone="ch-system-gawk pgawk">
121 <primary sortas="b-pgawk">pgawk</primary>
122 </indexterm>
123 </listitem>
124 </varlistentry>
125
126 <varlistentry id="pgawk-version">
127 <term><command>pgawk-&gawk-version;</command></term>
128 <listitem>
129 <para>Hard link to <command>pgawk</command></para>
130 <indexterm zone="ch-system-gawk pgawk-version">
131 <primary sortas="b-pgawk-&gawk-version;">pgawk-&gawk-version;</primary>
132 </indexterm>
133 </listitem>
134 </varlistentry>
135
136 <varlistentry id="pwcat">
137 <term><command>pwcat</command></term>
138 <listitem>
139 <para>Dumps the password database <filename>/etc/passwd</filename></para>
140 <indexterm zone="ch-system-gawk pwcat">
141 <primary sortas="b-pwcat">pwcat</primary>
142 </indexterm>
143 </listitem>
144 </varlistentry>
145
146 </variablelist>
147
148 </sect2>
149
150</sect1>
Note: See TracBrowser for help on using the repository browser.