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