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