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