ref: 0575fbc687f4ce8de6e25848350069a44bbe48ff dir: /testdir/t.for1/
{ i = 1 for (;;) { if (i > NF) next print i, $i i++ } }