Go to the previous, next section.

The Evolution of the awk Language

This manual describes the GNU implementation of awk, which is patterned after the System V Release 4 version. Many awk users are only familiar with the original awk implementation in Version 7 Unix, which is also the basis for the version in Berkeley Unix. This chapter briefly describes the evolution of the awk language.

Major Changes Between V7 and S5R3.1

The awk language evolved considerably between the release of Version 7 Unix (1978) and the new version first made widely available in System V Release 3.1 (1987). This section summarizes the changes, with cross-references to further details.

Minor Changes between S5R3.1 and S5R4

The System V Release 4 version of Unix awk added these features:

Extensions In gawk Not In S5R4

The GNU implementation, gawk, adds these features:

Go to the previous, next section.