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