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