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