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