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