On Mon, 2005-03-14 at 11:13 -0600, Gustavo Seabra wrote: > For example, I have: > >rpm -qa | grep kernel-2 ; rpm -qa | grep kernel-sm An aside to the discussion - the following is a LOT more efficient than the above: # rpm -q kernel kernel-smp Phil
On Mon, 2005-03-14 at 11:13 -0600, Gustavo Seabra wrote: > For example, I have: > >rpm -qa | grep kernel-2 ; rpm -qa | grep kernel-sm An aside to the discussion - the following is a LOT more efficient than the above: # rpm -q kernel kernel-smp Phil