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