awk Programming 

Built-in Variables

Like many programming languages, awk has special variables that are available all the time. Following is a list of some common and useful ones.

Since awk deals with records and fields, there are built-in variables for them. Here are some of them:

Visit the Resources page to find more about awk.