gawk—pattern scanning and processing language

gawk [ POSIX or GNU style options ] -f program-file [-- ] file …
gawk [ POSIX or GNU style options ] [ -- ]program-text file …

gawk is the Gnu Project's implementation of the awk programming language. It conforms to the definition of the language in the POSIX 1003.2 Command Language And Utilities Standard. This version in turn is based on the description in The AWK Programming Language, by Aho, Kernighan, and Weinberger, with the additional features found in the System V Release 4 version of UNIX awk. gawk also provides more recent Bell Labs awk extensions, and some Gnu-specific extensions.

Get Linux Shells by Example now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.