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