Node:Empty, Previous:BEGIN/END, Up:Pattern Overview
An empty (i.e., nonexistent) pattern is considered to match every input record. For example, the program:
awk '{ print $1 }' BBS-list
prints the first field of every record.