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