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