Was this helpful?
Field Variables
$0 variable assigned the string value of the entire input line.
$1, $2, ... assigned the value of the 1st, 2nd, ... fields split from the input line.
$0(3 23) this references the 3rd through 23rd positions of the current input line.
Last modified date: 02/09/2024