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