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