"Ashley M. Kirchner" wrote:

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

Well, the old canonical answer (I think it comes straight from Maximum
RPM) is:

        rpm -qp --qf '[%{=NAME}\t%{FILENAMES}\n]' *.rpm | grep ping

But currently, you can use the much easier:

        rpm -qp --filesbypkg *.rpm | grep ping

Julio



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

Reply via email to