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