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