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