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