awk/testdir/p.39

7 lines
49 B
Plaintext

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