gawk: Variables

1 
1 6.1.3 Variables
1 ---------------
1 
1 "Variables" are ways of storing values at one point in your program for
1 use later in another part of your program.  They can be manipulated
1 entirely within the program text, and they can also be assigned values
1 on the 'awk' command line.
1 

Menu