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