gawk.xml 4.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134
  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. <sect1 id="ch-system-gawk" role="wrap">
  8. <?dbhtml filename="gawk.html"?>
  9. <sect1info condition="script">
  10. <productname>gawk</productname>
  11. <productnumber>&gawk-version;</productnumber>
  12. <address>&gawk-url;</address>
  13. </sect1info>
  14. <title>Gawk-&gawk-version;</title>
  15. <indexterm zone="ch-system-gawk">
  16. <primary sortas="a-Gawk">Gawk</primary>
  17. </indexterm>
  18. <sect2 role="package">
  19. <title/>
  20. <para>The Gawk package contains programs for manipulating text files.</para>
  21. <segmentedlist>
  22. <segtitle>&buildtime;</segtitle>
  23. <segtitle>&diskspace;</segtitle>
  24. <seglistitem>
  25. <seg>&gawk-ch6-sbu;</seg>
  26. <seg>&gawk-ch6-du;</seg>
  27. </seglistitem>
  28. </segmentedlist>
  29. </sect2>
  30. <sect2 role="installation">
  31. <title>Installation of Gawk</title>
  32. <para>Prepare Gawk for compilation:</para>
  33. <screen><userinput remap="configure">./configure --prefix=/usr</userinput></screen>
  34. <para>Compile the package:</para>
  35. <screen><userinput remap="make">make</userinput></screen>
  36. <para>To test the results, issue:</para>
  37. <screen><userinput remap="test">make check</userinput></screen>
  38. <para>Install the package:</para>
  39. <screen><userinput remap="install">make install</userinput></screen>
  40. <para>If desired, install the documentation:</para>
  41. <screen><userinput remap="install">mkdir -v /usr/share/doc/gawk-&gawk-version;
  42. cp -v doc/{awkforai.txt,*.{eps,pdf,jpg}} /usr/share/doc/gawk-&gawk-version;</userinput></screen>
  43. </sect2>
  44. <sect2 id="contents-gawk" role="content">
  45. <title>Contents of Gawk</title>
  46. <segmentedlist>
  47. <segtitle>Installed programs</segtitle>
  48. <segtitle>Installed libraries</segtitle>
  49. <segtitle>Installed directories</segtitle>
  50. <seglistitem>
  51. <seg>awk (link to gawk), gawk, gawk-&gawk-version;, and igawk</seg>
  52. <seg>filefuncs.so, fnmatch.so, fork.so, inplace.so, ordchr.so,
  53. readdir.so, readfile.so, revoutput.so, revtwoway.so, rwarray.so,
  54. testext.so, and time.so</seg>
  55. <seg>/usr/lib/gawk, /usr/libexec/awk, /usr/share/awk, and
  56. /usr/share/doc/gawk-&gawk-version;</seg>
  57. </seglistitem>
  58. </segmentedlist>
  59. <variablelist>
  60. <bridgehead renderas="sect3">Short Descriptions</bridgehead>
  61. <?dbfo list-presentation="list"?>
  62. <?dbhtml list-presentation="table"?>
  63. <varlistentry id="awk">
  64. <term><command>awk</command></term>
  65. <listitem>
  66. <para>A link to <command>gawk</command></para>
  67. <indexterm zone="ch-system-gawk awk">
  68. <primary sortas="b-awk">awk</primary>
  69. </indexterm>
  70. </listitem>
  71. </varlistentry>
  72. <varlistentry id="gawk">
  73. <term><command>gawk</command></term>
  74. <listitem>
  75. <para>A program for manipulating text files; it is the GNU
  76. implementation of <command>awk</command></para>
  77. <indexterm zone="ch-system-gawk gawk">
  78. <primary sortas="b-gawk">gawk</primary>
  79. </indexterm>
  80. </listitem>
  81. </varlistentry>
  82. <varlistentry id="gawk-version">
  83. <term><command>gawk-&gawk-version;</command></term>
  84. <listitem>
  85. <para>A hard link to <command>gawk</command></para>
  86. <indexterm zone="ch-system-gawk gawk-version">
  87. <primary sortas="b-gawk-&gawk-version;">gawk-&gawk-version;</primary>
  88. </indexterm>
  89. </listitem>
  90. </varlistentry>
  91. <varlistentry id="igawk">
  92. <term><command>igawk</command></term>
  93. <listitem>
  94. <para>Gives <command>gawk</command> the ability to include files</para>
  95. <indexterm zone="ch-system-gawk igawk">
  96. <primary sortas="b-igawk">igawk</primary>
  97. </indexterm>
  98. </listitem>
  99. </varlistentry>
  100. </variablelist>
  101. </sect2>
  102. </sect1>