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