Patterns and Procedures

awk scripts consist of patterns and actions :

pattern  { action }

Both are optional. If pattern is missing, { action } is applied to all lines. If { action } is missing, the matched line is printed.

Get Unix in a Nutshell, 4th Edition 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.