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