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