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