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