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