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