xref: /freebsd/contrib/one-true-awk/testdir/t.split2 (revision e92ffd9b626833ebdbf2742c8ffddc6cd94b963e)
1{ split ($0, x); print x[2], x[1] }
2