On Tue, Jan 18, 2005 at 10:57:05PM +0200, jonathan pickard wrote: > I have been getting some funny results with yum today. I tried to list > all packages starting with 'k' today (simple yum list k*) but I got no > result. Now that is strange as I expected to at least see the kde > packages. i have attached the output. > > [root@unclejimbo jdip]# yum list k* > Yum Version: 2.1.12 > COMMAND: yum list knst98.pdf <<<<<<<<<<<<<<<<<<< Try it in another directory. k* resolves to knst98.pdf in your case because the shell tries to resolve the wildcards. Adrian