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