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