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