%general-entities; ]> Gawk-&gawk-version; Gawk The Gawk package contains programs for manipulating text files. &buildtime; 0.2 SBU &diskspace; 17 MB Gawk installation depends on: Bash, Binutils, Coreutils, Diffutils, GCC, Gettext, Glibc, Grep, Make, Sed. Installation of Gawk Prepare Gawk for compilation: ./configure --prefix=/usr --libexecdir=/usr/lib Compile the package: make To test the results, issue: make check. Now install the package: make install Contents of Gawk Installed programs: awk (link to gawk), gawk, gawk-&gawk-version;, grcat, igawk, pgawk, pgawk-&gawk-version; and pwcat Short descriptions gawk gawk is a program for manipulating text files. It is the GNU implementation of awk. grcat grcat dumps the group database /etc/group. igawk igawk gives gawk the ability to include files. pgawk pgawk is the profiling version of gawk. pwcat pwcat dumps the password database /etc/passwd.