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