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