xref: /freebsd/contrib/one-true-awk/testdir/t.split1 (revision cf83038cec6874aafacf56a1cac531d079af016b)
1BEGIN	{ z = "stuff" }
2{ split ($0, x); print x[3], x[2], x[1] }
3