4.4BSD/usr/src/old/awk/test/t.split2

{ split ($0, x); print x[2], x[1] }