September 2009
Beginner
942 pages
85h 34m
English
awk scripts consist of patterns and procedures:
pattern{procedure}
Both pattern and { procedure } are optional. If pattern is missing, { procedure } is applied to all lines. If { procedure } is missing, the matched line is printed.