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

Re: How do I "apt-get upgrade" the kernel for debian-390?



Colin Watson <cjwatson@debian.org> writes:

>   # apt-cache search 'kernel*'
>   # apt-cache search kernel\*
>
> Plain kernel* will do unexpected things if you happen to have any files
> in the current directory whose names begin with "kernel".

     However apt-cache searches on a regex (does it use grep?), so
`kernel' gets the smae match as `kernel*'.

bob:vc-p2:bob>apt-cache search kernel|wc
    527    4402   32495
bob:vc-p2:bob>apt-cache search "kernel*"|wc
    527    4402   32495

Regards,

Bob
-- 
   _
  |_)  _  |_    Robert D. Hilliard        <hilliard@debian.org>
  |_) (_) |_)   1294 S.W. Seagull Way     <bob@bobhilliard.net>
                Palm City, FL 34990 USA   GPG Key ID: 390D6559 
                                            



Reply to: