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