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