[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]
Re: rpm -qg Development/* ?
- From: Paul Jackson <pj engr sgi com>
- To: rpm-list redhat com
- Subject: Re: rpm -qg Development/* ?
- Date: Sat, 11 May 2002 17:20:40 -0700 (PDT)
On Sat, 11 May 2002, Jeff Johnson wrote:
> Do
> rpm -qag | grep 'Development/*'
>
> instead.
Grep patterns aren't the same as shell glob patterns.
I think Jeff meant to say:
rpm -qag | grep '^Development/'
The pattern Jeff gave would match any path that had
the substring "Development" occurring anywhere within
that path, such as "foo/bar/thisDevelopmentthat.stuff".
--
I won't rest till it's the best ...
Programmer, Linux Scalability
Paul Jackson <pj@sgi.com> 1.650.933.1373
[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]
[]