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