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