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