Blame test/fwtest8.awk

Packit Service f629e6
BEGIN { FIELDWIDTHS = "2:1 3:-1 4" }
Packit Service f629e6
{ print $2 }