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