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