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