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