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