%general-entities; ]> gawk &gawk-version;
&gawk-url;
Gawk-&gawk-version; Gawk <para>The Gawk package contains programs for manipulating text files.</para> <segmentedlist> <segtitle>&buildtime;</segtitle> <segtitle>&diskspace;</segtitle> <seglistitem> <seg>&gawk-ch6-sbu;</seg> <seg>&gawk-ch6-du;</seg> </seglistitem> </segmentedlist> </sect2> <sect2 role="installation"> <title>Installation of Gawk Prepare Gawk for compilation: ./configure --prefix=/usr --libexecdir=/usr/lib \ ac_cv_func_working_mktime=yes Compile the package: make To test the results, issue: make check Install the package: make install If desired, install the documentation: mkdir -v /usr/share/doc/gawk-&gawk-version; cp -v doc/{awkforai.txt,*.{eps,pdf,jpg}} \ /usr/share/doc/gawk-&gawk-version; Contents of Gawk Installed programs awk (link to gawk), gawk, gawk-&gawk-version;, grcat, igawk, pgawk, pgawk-&gawk-version;, and pwcat Short Descriptions awk A link to gawk awk gawk A program for manipulating text files; it is the GNU implementation of awk gawk gawk-&gawk-version; A hard link to gawk gawk-&gawk-version; grcat Dumps the group database /etc/group grcat igawk Gives gawk the ability to include files igawk pgawk The profiling version of gawk pgawk pgawk-&gawk-version; Hard link to pgawk pgawk-&gawk-version; pwcat Dumps the password database /etc/passwd pwcat