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