On Tue, Apr 10, 2001 at 12:36:22PM -0600, Ashley M. Kirchner wrote:

>     And I forgot to mention this would be for commands that have NOT been
> installed yet.

Well, if you have the RPMs, and just want to search them for the command,
then:

for rpm in *.rpm
> do
> if `rpm -qlp $rpm | grep ping`
> echo $rpm
> fi
> done

Or something along those lines.

-- 
Anand



_______________________________________________
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list

Reply via email to