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