3 lines
64 B
Plaintext
3 lines
64 B
Plaintext
BEGIN { z = "stuff" }
|
|
{ split ($0, x); print x[3], x[2], x[1] }
|
BEGIN { z = "stuff" }
|
|
{ split ($0, x); print x[3], x[2], x[1] }
|