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