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