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