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