User Guide
>
Using Content Extraction Language
>
Language Syntax and Examples
>
BEGIN { statements }
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: 10/22/2024
This site works best with JavaScript enabled