7 lines
49 B
Plaintext
7 lines
49 B
Plaintext
|
{ i = 1
|
||
|
while (i <= NF) {
|
||
|
print $i
|
||
|
i++
|
||
|
}
|
||
|
}
|