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