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