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