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