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