Blame test/fieldwdth.awk

Packit 575503
BEGIN { FIELDWIDTHS = "2 3 4" }
Packit 575503
{ print $2 }