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