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