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