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