gawk.xml 2.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081
  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"><title>Contents of Gawk</title>
  35. <para><emphasis>Installed programs</emphasis>: awk (link to gawk), gawk,
  36. gawk-&gawk-version;, grcat, igawk, pgawk, pgawk-&gawk-version; and pwcat</para>
  37. </sect2>
  38. <sect2><title>Short descriptions</title>
  39. <indexterm zone="ch-system-gawk gawk"><primary sortas="b-gawk">gawk</primary></indexterm>
  40. <para id="gawk"><command>gawk</command> is a program for manipulating text files.
  41. It is the GNU implementation of awk.</para>
  42. <indexterm zone="ch-system-gawk grcat"><primary sortas="b-grcat">grcat</primary></indexterm>
  43. <para id="grcat"><command>grcat</command> dumps the group database
  44. <filename>/etc/group</filename>.</para>
  45. <indexterm zone="ch-system-gawk igawk"><primary sortas="b-igawk">igawk</primary></indexterm>
  46. <para id="igawk"><command>igawk</command> gives gawk the ability to
  47. include files.</para>
  48. <indexterm zone="ch-system-gawk pgawk"><primary sortas="b-pgawk">pgawk</primary></indexterm>
  49. <para id="pgawk"><command>pgawk</command> is the profiling version of gawk.</para>
  50. <indexterm zone="ch-system-gawk pwcat"><primary sortas="b-pwcat">pwcat</primary></indexterm>
  51. <para id="pwcat"><command>pwcat</command> dumps the password database
  52. <filename>/etc/passwd</filename>.</para>
  53. </sect2>
  54. </sect1>