[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]

Re: Rpm -qa



On Tue, 29 Apr 2008 22:25:31 +0200, Antonio M wrote:

> >  try running:
> >  rpm -qa | grep gstreamer
> >
> >  on the second system
> >
> >  I bet there's a shell-expansion issue going on there.
> >
> >
> >  -sv
> >
> >
> >  --
> >  fedora-test-list mailing list
> >  fedora-test-list redhat com
> >  To unsubscribe:
> >  https://www.redhat.com/mailman/listinfo/fedora-test-list
> >
> 
> tnx Seth...of course it worked.
> what is the difference between rpm -qa gstreamer* and your
> suggestion?? and why on system I get the complete list and the other
> no???

The answer is above: shell-expansion
A file gstreamer* in current directory.
Prefer  rpm -qa gstreamer\*
Or  rpm -qa 'gstreamer*'
to avoid that.


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]