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