gawk.xml 3.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103
  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. ]>
  6. <sect1 id="ch-system-gawk" xreflabel="Gawk" role="wrap">
  7. <title>Gawk-&gawk-version;</title>
  8. <?dbhtml filename="gawk.html"?>
  9. <indexterm zone="ch-system-gawk"><primary sortas="a-Gawk">Gawk</primary></indexterm>
  10. <sect2 role="package"><title/>
  11. <para>The Gawk package contains programs for manipulating text files.</para>
  12. <segmentedlist>
  13. <segtitle>&buildtime;</segtitle>
  14. <segtitle>&diskspace;</segtitle>
  15. <seglistitem><seg>0.2 SBU</seg><seg>17 MB</seg></seglistitem>
  16. </segmentedlist>
  17. <segmentedlist>
  18. <segtitle>Gawk installation depends on</segtitle>
  19. <seglistitem><seg>Bash, Binutils, Coreutils,
  20. Diffutils, GCC, Gettext, Glibc, Grep, Make, Sed</seg></seglistitem>
  21. </segmentedlist>
  22. </sect2>
  23. <sect2 role="installation">
  24. <title>Installation of Gawk</title>
  25. <para>Prepare Gawk for compilation:</para>
  26. <screen><userinput>./configure --prefix=/usr --libexecdir=/usr/lib</userinput></screen>
  27. <para>Compile the package:</para>
  28. <screen><userinput>make</userinput></screen>
  29. <para>To test the results, issue:
  30. <userinput>make check</userinput>.</para>
  31. <para>Now install the package:</para>
  32. <screen><userinput>make install</userinput></screen>
  33. </sect2>
  34. <sect2 id="contents-gawk" role="content"><title>Contents of Gawk</title>
  35. <segmentedlist>
  36. <segtitle>Installed programs</segtitle>
  37. <seglistitem><seg>awk (link to gawk), gawk, gawk-&gawk-version;, grcat, igawk,
  38. pgawk, pgawk-&gawk-version; and pwcat</seg></seglistitem>
  39. </segmentedlist>
  40. <variablelist><title>Short descriptions</title>
  41. <varlistentry>
  42. <term id="gawk"><command>gawk</command></term>
  43. <listitem>
  44. <indexterm zone="ch-system-gawk gawk"><primary sortas="b-gawk">gawk</primary></indexterm>
  45. <para>is a program for manipulating text files.
  46. It is the GNU implementation of awk.</para>
  47. </listitem>
  48. </varlistentry>
  49. <varlistentry>
  50. <term id="grcat"><command>grcat</command></term>
  51. <listitem>
  52. <indexterm zone="ch-system-gawk grcat"><primary sortas="b-grcat">grcat</primary></indexterm>
  53. <para>dumps the group database <filename>/etc/group</filename>.</para>
  54. </listitem>
  55. </varlistentry>
  56. <varlistentry>
  57. <term id="igawk"><command>igawk</command></term>
  58. <listitem>
  59. <indexterm zone="ch-system-gawk igawk"><primary sortas="b-igawk">igawk</primary></indexterm>
  60. <para>gives gawk the ability to include files.</para>
  61. </listitem>
  62. </varlistentry>
  63. <varlistentry>
  64. <term id="pgawk"><command>pgawk</command></term>
  65. <listitem>
  66. <indexterm zone="ch-system-gawk pgawk"><primary sortas="b-pgawk">pgawk</primary></indexterm>
  67. <para>is the profiling version of gawk.</para>
  68. </listitem>
  69. </varlistentry>
  70. <varlistentry>
  71. <term id="pwcat"><command>pwcat</command></term>
  72. <listitem>
  73. <indexterm zone="ch-system-gawk pwcat"><primary sortas="b-pwcat">pwcat</primary></indexterm>
  74. <para>dumps the password database <filename>/etc/passwd</filename>.</para>
  75. </listitem>
  76. </varlistentry>
  77. </variablelist>
  78. </sect2>
  79. </sect1>