AWK
awk
is a line-by-line processing programming language with constructs for pattern matching, regular expressions and common processing idioms.
- 1978: Awk—A Pattern Scanning and Processing Language
- by Alfred Aho, Brian Kernighan and Peter J. Weinberger
- 1988: The AWK Programming Language
- by Alfred Aho, Brian Kernighan and Peter J. Weinberger
- 1989: Effective awk Programming
- 2005: The AWK Pattern Processing Language
- by Mark G Sobell
- Excerpt of 12th chapter from A Practical Guide to Linux Commands, Editors, and Shell Programming
- by Mark G Sobell