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