z/OS UNIX System Services User's Guide
Previous topic | Next topic | Contents | Contact z/OS | Library | PDF


The shape of a program

z/OS UNIX System Services User's Guide
SA23-2279-00

An awk program looks like this:
pattern {actions}
pattern {actions}
pattern {actions}
  ...
Each line is a separate instruction. awk looks through the data files record by record and executes the instructions, in the given order, on each record.

Go to the previous page Go to the next page




Copyright IBM Corporation 1990, 2014