awk/testdir/t.for
Arnold D. Robbins d6c466c367 Extract testdir.
2019-06-23 03:13:57 -06:00

4 lines
39 B
Forth

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