aboutsummaryrefslogtreecommitdiffstats
path: root/test/fwtest.awk
blob: 730aeda8ae4bfce9f451f0b87e7aa37d4a6fae0c (plain)
1
2
BEGIN {  FIELDWIDTHS = "1 1 1" }
{ print NF, $1, $2, $3 }