awk/testdir/t.for

4 lines
39 B
Forth

{ for (i=1; i<=NF; i++)
print i, $i
}