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