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