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