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