On Tue, 18 Jan 2005 22:18:50 +0100, Adrian Reber <adrian@xxxxxxxx> wrote: > On Tue, Jan 18, 2005 at 10:57:05PM +0200, jonathan pickard wrote: > Try it in another directory. k* resolves to knst98.pdf in your case > because the shell tries to resolve the wildcards. You can also escape the wild card so that the shell won't interpret it, but instead yum get's to interpret it. For example [root@porter trash]# yum install a\* Greg