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