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