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