[ < ] [ > ]   [ << ] [ Up ] [ >> ]         [Top] [Contents] [Index] [ ? ]

7.1.5 The Empty Pattern

An empty (i.e., non-existent) pattern is considered to match every input record. For example, the program:

 
awk '{ print $1 }' BBS-list

prints the first field of every record.



This document was generated on May 2, 2002 using texi2html