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