Blame test/fwtest7.awk

Packit Service f629e6
BEGIN { FIELDWIDTHS = "2 1:*" }
Packit Service f629e6
{ print $1, $2 }