1*9a7741deSElliott Hughes{ i = 1 2*9a7741deSElliott Hughes while (i <= NF) { 3*9a7741deSElliott Hughes print $i 4*9a7741deSElliott Hughes i++ 5*9a7741deSElliott Hughes } 6*9a7741deSElliott Hughes} 7