Files
2023-10-13 14:01:41 +00:00

3 lines
64 B
Plaintext

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