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