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