unplugged-system/external/one-true-awk/testdir/t.vf1

8 lines
66 B
Plaintext
Raw Permalink Normal View History

{ print
i = 1
while (i <= NF) {
print " " $i
i = i + 1
}
}