awk/testdir/t.split1

3 lines
64 B
Plaintext

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