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