DOC HOME SITE MAP MAN PAGES GNU INFO SEARCH PRINT BOOK
 

(gawk.info) Pattern Overview

Info Catalog (gawk.info) Patterns and Actions (gawk.info) Patterns and Actions (gawk.info) Action Overview
 
 Pattern Elements
 ================
 
    Patterns in `awk' control the execution of rules: a rule is executed
 when its pattern matches the current input record.  This section
 explains all about how to write patterns.
 

Menu

 
* Kinds of Patterns           A list of all kinds of patterns.
* Regexp Patterns             Using regexps as patterns.
* Expression Patterns         Any expression can be used as a pattern.
* Ranges                      Pairs of patterns specify record ranges.
* BEGIN/END                   Specifying initialization and cleanup rules.
* Empty                       The empty pattern, which matches every record.
 
Info Catalog (gawk.info) Patterns and Actions (gawk.info) Patterns and Actions (gawk.info) Action Overview
automatically generated byinfo2html