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