source: chapter06/gawk.xml@ ef13657

6.0
Last change on this file since ef13657 was ef13657, checked in by Gerard Beekmans <gerard@…>, 20 years ago

Completed global edits for upcoming 6.0 release

git-svn-id: http://svn.linuxfromscratch.org/LFS/branches/testing/BOOK@4000 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
[c6cb3aa]57<variablelist><title>Short descriptions</title>
[673b0d8]58
[b8a819f]59<varlistentry id="gawk">
60<term><command>gawk</command></term>
[c6cb3aa]61<listitem>
[673b0d8]62<indexterm zone="ch-system-gawk gawk"><primary sortas="b-gawk">gawk</primary></indexterm>
[ef13657]63<para>a program for manipulating text files. It is the GNU
64implementation of <command>awk</command>.</para>
[c6cb3aa]65</listitem>
66</varlistentry>
[673b0d8]67
[b8a819f]68<varlistentry id="grcat">
69<term><command>grcat</command></term>
[c6cb3aa]70<listitem>
[673b0d8]71<indexterm zone="ch-system-gawk grcat"><primary sortas="b-grcat">grcat</primary></indexterm>
[c6cb3aa]72<para>dumps the group database <filename>/etc/group</filename>.</para>
73</listitem>
74</varlistentry>
[9602db22]75
[b8a819f]76<varlistentry id="igawk">
77<term><command>igawk</command></term>
[c6cb3aa]78<listitem>
[673b0d8]79<indexterm zone="ch-system-gawk igawk"><primary sortas="b-igawk">igawk</primary></indexterm>
[bb55064]80<para>gives <command>gawk</command> the ability to include files.</para>
[c6cb3aa]81</listitem>
82</varlistentry>
[673b0d8]83
[b8a819f]84<varlistentry id="pgawk">
85<term><command>pgawk</command></term>
[c6cb3aa]86<listitem>
[673b0d8]87<indexterm zone="ch-system-gawk pgawk"><primary sortas="b-pgawk">pgawk</primary></indexterm>
[ef13657]88<para>the profiling version of <command>gawk</command>.</para>
[c6cb3aa]89</listitem>
90</varlistentry>
[673b0d8]91
[b8a819f]92<varlistentry id="pwcat">
93<term><command>pwcat</command></term>
[c6cb3aa]94<listitem>
[673b0d8]95<indexterm zone="ch-system-gawk pwcat"><primary sortas="b-pwcat">pwcat</primary></indexterm>
[c6cb3aa]96<para>dumps the password database <filename>/etc/passwd</filename>.</para>
97</listitem>
98</varlistentry>
99</variablelist>
[673b0d8]100
101</sect2>
102
103</sect1>
[ef13657]104
Note: See TracBrowser for help on using the repository browser.