AWK Syntax Essentials
Syntax is based on The AWK Programming Language, 2nd Edition by Alfred V. Aho, Brian W. Kernighan, and Peter J. Weinberger.
Pattern
A pattern determines when an action is executed. When a pattern matches an input line, its associated action is execut...