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