Was this helpful?
BEGIN { statements }
A special pattern whose associated actions get executed before the first line of the input file is read. For more information, see “Patterns”.
Example
BEGIN { IFS = " "; ctr = 0; total = "0"; }
Last modified date: 08/02/2023