ref: 28c3699e01e6413dc2dc0410d0d52e4fd2be5bea dir: /sys/src/cmd/dict/rev.awk/
NF == 2 { printf "%s\t%s\n", $2, $1 } NF != 2 { print "ERROR " $0 }