gawk: Empty

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