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