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