Harry Putnam said: > Jeff Vian <jvian10@xxxxxxxxxxx> writes: > >> So modify the rpm statement to "rpm =qa | grep kernel " or "rpm -qa >> kernel\*" and it WILL show all kernels installed with rpm ( as well >> as all other kernel packages, source, etc) . > > A typo I guess `=' but this: > rpm -qa|grep kernel\* The above doesn't have a grep. > won't show anything different than: > rpm -qa|grep kernel More to the point: rpm -qa kernel Is also the same. -- William Hooper