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