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