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