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