shithub: kwa

ref: c5eccbe072cc7b149654391b95eca948069bbfcd
dir: /test/t.split1/

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