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