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