Was this helpful?
skip ( num );
This built-in function, after processing the current line, skips the next num lines before processing the next line. The num parameter is a number.
Example
/Report for Region/ { skip( 2 ) break; } #
Begin processing two lines below this one
Last modified date: 02/09/2024