5.19. Gawk-3.1.6

The Gawk package contains programs for manipulating text files.

User Notes: http://wiki.linuxfromscratch.org/hlfs/wiki/gawk

5.19.1. Installation of Gawk

Prepare Gawk for compilation:

./configure --prefix=/tools

Compile the package:

make

Install the package:

make install

Details on this package are located in Section 6.40.2, “Contents of Gawk.”