-
Book Overview & Buying
-
Table Of Contents
Linux Command Line and Shell Scripting Bible - Third Edition
By :
One important feature of any programming language is the ability to store and recall values using variables. The gawk programming language supports two different types of variables:
Several built-in variables are available for you to use in gawk. The built-in variables contain information used in handling the data fields and records in the data file. You can also create your own variables in your gawk programs. The following sections walk you through how to use variables in your gawk programs.
The gawk program uses built-in variables to reference specific features within the program data. This section describes the built-in variables available for you to use in your gawk programs and demonstrates how to use them.
Chapter 19 demonstrated one type of built-in variable available in gawk: the data field variables. The data field variables allow you to reference individual...
Change the font size
Change margin width
Change background colour