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