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