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