source: chapter06/gawk.xml@ 67129a2b

6.0
Last change on this file since 67129a2b was 3ed279f, checked in by Manuel Canales Esparcia <manuel@…>, 20 years ago

Tags changes in the contents sections to make a better print output.

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