awk/testdir/p.39

7 lines
49 B
Plaintext
Raw Normal View History

2019-06-23 09:13:57 +00:00
{ i = 1
while (i <= NF) {
print $i
i++
}
}