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