Go to the first, previous, next, last section, table of contents.
BEGIN
and END
Special Patterns
BEGIN
and END
are special patterns. They are not used to
match input records. Rather, they supply start-up or
clean-up actions for your awk
script.
Go to the first, previous, next, last section, table of contents.