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