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