ref: 3f3ab2de87d30685fb844de596ac88ead22f7ced dir: /test/t.vf1/
{ print i = 1 while (i <= NF) { print " " $i i = i + 1 } }