gawk.xml 2.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475
  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">
  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. <para>The Gawk package contains programs for manipulating text files.</para>
  11. <screen>&buildtime; 0.2 SBU
  12. &diskspace; 17 MB</screen>
  13. <para>Gawk installation depends on: Bash, Binutils, Coreutils,
  14. Diffutils, GCC, Gettext, Glibc, Grep, Make, Sed.</para>
  15. <sect2>
  16. <title>Installation of Gawk</title>
  17. <para>Prepare Gawk for compilation:</para>
  18. <screen><userinput>./configure --prefix=/usr --libexecdir=/usr/lib</userinput></screen>
  19. <para>Compile the package:</para>
  20. <screen><userinput>make</userinput></screen>
  21. <para>To test the results, issue:
  22. <userinput>make check</userinput>.</para>
  23. <para>Now install the package:</para>
  24. <screen><userinput>make install</userinput></screen>
  25. </sect2>
  26. <sect2 id="contents-gawk"><title>Contents of Gawk</title>
  27. <para><emphasis>Installed programs</emphasis>: awk (link to gawk), gawk,
  28. gawk-&gawk-version;, grcat, igawk, pgawk, pgawk-&gawk-version; and pwcat</para>
  29. </sect2>
  30. <sect2><title>Short descriptions</title>
  31. <indexterm zone="ch-system-gawk gawk"><primary sortas="b-gawk">gawk</primary></indexterm>
  32. <para id="gawk"><command>gawk</command> is a program for manipulating text files.
  33. It is the GNU implementation of awk.</para>
  34. <indexterm zone="ch-system-gawk grcat"><primary sortas="b-grcat">grcat</primary></indexterm>
  35. <para id="grcat"><command>grcat</command> dumps the group database
  36. <filename>/etc/group</filename>.</para>
  37. <indexterm zone="ch-system-gawk igawk"><primary sortas="b-igawk">igawk</primary></indexterm>
  38. <para id="igawk"><command>igawk</command> gives gawk the ability to
  39. include files.</para>
  40. <indexterm zone="ch-system-gawk pgawk"><primary sortas="b-pgawk">pgawk</primary></indexterm>
  41. <para id="pgawk"><command>pgawk</command> is the profiling version of gawk.</para>
  42. <indexterm zone="ch-system-gawk pwcat"><primary sortas="b-pwcat">pwcat</primary></indexterm>
  43. <para id="pwcat"><command>pwcat</command> dumps the password database
  44. <filename>/etc/passwd</filename>.</para>
  45. </sect2>
  46. </sect1>