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