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