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