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