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