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