I am having trouble understanding how regular expressions work using AWK.
I am trying to match certain characters in a substr field.
For example:
field 1=123-2N
if (match ($1,/^[1][0-9][0-9].?[N])) { print}
In my input file I have several different combinations of like data, such as:
field...