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