> One note. yum search is case sensitive. So yum search apache only > yields two hits, but yum search Apache yields the rest, as the word > Apache turns out to occur as e.g. Apache HTTP server a lot more often > than as lower case apache. > > Might be worth adding an option to control this (lots of tools have such > an option) might not, but be warned. to be honest I just need to make the search more intelligent. right now it is a simple file-glob style match, which doesn't have any option of making it case insensitive. -sv