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