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