source: chapter06/gawk.xml@ 1fe35e1

Last change on this file since 1fe35e1 was 1fe35e1, checked in by Matthew Burgess <matthew@…>, 20 years ago
  • (chapter06/*.xml) RELAX NG validation fixes

git-svn-id: http://svn.linuxfromscratch.org/LFS/branches/LFS-RNG/BOOK@4356 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689

  • Property mode set to 100644
File size: 3.1 KB
RevLine 
[673b0d8]1<?xml version="1.0" encoding="ISO-8859-1"?>
[1fe35e1]2<!DOCTYPE section [
[673b0d8]3 <!ENTITY % general-entities SYSTEM "../general.ent">
4 %general-entities;
5]>
[1fe35e1]6<section xmlns="http://docbook.org/docbook-ng"
7 xml:id="ch-system-gawk" xreflabel="Gawk" role="wrap">
8<info><title>Gawk-&gawk-version;</title></info>
[673b0d8]9<?dbhtml filename="gawk.html"?>
10
11<indexterm zone="ch-system-gawk"><primary sortas="a-Gawk">Gawk</primary></indexterm>
[9602db22]12
[1fe35e1]13<section role="package"><info><title/></info>
[5888299]14<para>The Gawk package contains programs for manipulating text files.</para>
15
[a001133]16<segmentedlist>
17<segtitle>&buildtime;</segtitle>
18<segtitle>&diskspace;</segtitle>
19<seglistitem><seg>0.2 SBU</seg><seg>17 MB</seg></seglistitem>
20</segmentedlist>
21
22<segmentedlist>
23<segtitle>Gawk installation depends on</segtitle>
24<seglistitem><seg>Bash, Binutils, Coreutils,
25Diffutils, GCC, Gettext, Glibc, Grep, Make, Sed</seg></seglistitem>
26</segmentedlist>
[1fe35e1]27</section>
[73aedd1d]28
[1fe35e1]29<section role="installation">
30<info><title>Installation of Gawk</title></info>
[73aedd1d]31
[c1b2c648]32<para>Prepare Gawk for compilation:</para>
33
34<screen><userinput>./configure --prefix=/usr --libexecdir=/usr/lib</userinput></screen>
[73aedd1d]35
36<para>Compile the package:</para>
37
38<screen><userinput>make</userinput></screen>
39
[673b0d8]40<para>To test the results, issue:
[8a5f906]41<userinput>make check</userinput>.</para>
[73aedd1d]42
[673b0d8]43<para>Now install the package:</para>
[73aedd1d]44
45<screen><userinput>make install</userinput></screen>
46
[1fe35e1]47</section>
[9602db22]48
[5888299]49
[1fe35e1]50<section xml:id="contents-gawk" role="content"><info><title>Contents of Gawk</title></info>
[673b0d8]51
[c6cb3aa]52<segmentedlist>
53<segtitle>Installed programs</segtitle>
54<seglistitem><seg>awk (link to gawk), gawk, gawk-&gawk-version;, grcat, igawk,
55pgawk, pgawk-&gawk-version; and pwcat</seg></seglistitem>
56</segmentedlist>
[673b0d8]57
[c6cb3aa]58<variablelist><title>Short descriptions</title>
[673b0d8]59
[1fe35e1]60<varlistentry xml:id="gawk">
[b8a819f]61<term><command>gawk</command></term>
[c6cb3aa]62<listitem>
[673b0d8]63<indexterm zone="ch-system-gawk gawk"><primary sortas="b-gawk">gawk</primary></indexterm>
[c6cb3aa]64<para>is a program for manipulating text files.
[bb55064]65It is the GNU implementation of <command>awk</command>.</para>
[c6cb3aa]66</listitem>
67</varlistentry>
[673b0d8]68
[1fe35e1]69<varlistentry xml:id="grcat">
[b8a819f]70<term><command>grcat</command></term>
[c6cb3aa]71<listitem>
[673b0d8]72<indexterm zone="ch-system-gawk grcat"><primary sortas="b-grcat">grcat</primary></indexterm>
[c6cb3aa]73<para>dumps the group database <filename>/etc/group</filename>.</para>
74</listitem>
75</varlistentry>
[9602db22]76
[1fe35e1]77<varlistentry xml:id="igawk">
[b8a819f]78<term><command>igawk</command></term>
[c6cb3aa]79<listitem>
[673b0d8]80<indexterm zone="ch-system-gawk igawk"><primary sortas="b-igawk">igawk</primary></indexterm>
[bb55064]81<para>gives <command>gawk</command> the ability to include files.</para>
[c6cb3aa]82</listitem>
83</varlistentry>
[673b0d8]84
[1fe35e1]85<varlistentry xml:id="pgawk">
[b8a819f]86<term><command>pgawk</command></term>
[c6cb3aa]87<listitem>
[673b0d8]88<indexterm zone="ch-system-gawk pgawk"><primary sortas="b-pgawk">pgawk</primary></indexterm>
[bb55064]89<para>is the profiling version of <command>gawk</command>.</para>
[c6cb3aa]90</listitem>
91</varlistentry>
[673b0d8]92
[1fe35e1]93<varlistentry xml:id="pwcat">
[b8a819f]94<term><command>pwcat</command></term>
[c6cb3aa]95<listitem>
[673b0d8]96<indexterm zone="ch-system-gawk pwcat"><primary sortas="b-pwcat">pwcat</primary></indexterm>
[c6cb3aa]97<para>dumps the password database <filename>/etc/passwd</filename>.</para>
98</listitem>
99</varlistentry>
100</variablelist>
[673b0d8]101
[1fe35e1]102</section>
[673b0d8]103
[1fe35e1]104</section>
Note: See TracBrowser for help on using the repository browser.