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