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