gawk: Empty

1 
1 7.1.6 The Empty Pattern
1 -----------------------
1 
1 An empty (i.e., nonexistent) pattern is considered to match _every_
1 input record.  For example, the program:
1 
1      awk '{ print $1 }' mail-list
1 
1 prints the first field of every record.
1