ref: c0526c8928a2b554d9421bca2fc04ba044fe06af dir: /test/t.split1/
BEGIN { z = "stuff" } { split ($0, x); print x[3], x[2], x[1] }