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