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