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