4 lines
47 B
Plaintext
4 lines
47 B
Plaintext
|
{ for (i = NF; i > 0; i--)
|
||
|
printf "%s ", $i
|
||
|
}
|