seth vidal wrote: > so if I say > > yum search foo > > should that match dogfood? > > I'd be inclined to say yes, it should, but if I say: yum search " foo " > it wouldn't.
yeah, because in the first case, "foo" becomes "*foo*", and in the second, " foo " becomes "* foo *". Though if you said "foo*", dogfood would not match, but food would. I guess the problem is if you only want to match foo, there's no way to do that. Unless we add like "search --exact" or something, but that would have very little usefulness. -James
signature.asc
Description: OpenPGP digital signature
_______________________________________________ Yum-devel mailing list [email protected] https://lists.dulug.duke.edu/mailman/listinfo/yum-devel
