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