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