Re: [arch] pacman wildcards?

2007-10-01 Thread Aaron Griffin
On 9/29/07, Xavier <[EMAIL PROTECTED]> wrote: > On Sat, Sep 29, 2007 at 10:03:38PM +0300, Alexandros K-K wrote: > > on the same topic (more or less) i cant figure out how i can search for > > keyword a && keyword b > > currently pacman only searches for keywoard a || keyword b > > > > If you don't

Re: [arch] pacman wildcards?

2007-09-29 Thread Xavier
On Sat, Sep 29, 2007 at 10:03:38PM +0300, Alexandros K-K wrote: > on the same topic (more or less) i cant figure out how i can search for > keyword a && keyword b > currently pacman only searches for keywoard a || keyword b > If you don't know the order, you could maybe try something like : pacma

Re: [arch] pacman wildcards?

2007-09-29 Thread Tim Zebulla
pacman -Ss "window manager" But real wildcards/regexp would be nice, though On Sat, 29 Sep 2007 22:03:38 +0300 "Alexandros K-K" <[EMAIL PROTECTED]> wrote: """> on the same topic (more or less) i cant figure out how i can search for > keyword a && keyword b > currently pacman only searches for key

Re: [arch] pacman wildcards?

2007-09-29 Thread Alexandros K-K
on the same topic (more or less) i cant figure out how i can search for keyword a && keyword b currently pacman only searches for keywoard a || keyword b for example pacman -Ss window manager lists all packages that mention either window or manager is there a way to search for packages that mentio

Re: [arch] pacman wildcards?

2007-09-27 Thread Massimiliano Brocchini
I've implemented this option in a wrapper for pacman that I'm currently writing. I plan to be able to release a first (but already usable and useful) version during next month. ... it will be compatible with yaourt too. On 9/27/07, Petar Bogdanovic <[EMAIL PROTECTED]> wrote: > On Wed, Sep 26, 20

Re: [arch] pacman wildcards?

2007-09-27 Thread Petar Bogdanovic
On Wed, Sep 26, 2007 at 10:15:16AM -0400, Ryan Sims wrote: > On 9/26/07, gan lu <[EMAIL PROTECTED]> wrote: > > Does pacman support -Ss with "?" or "*" wildcards? > > Pacman supports regex searching. > http://www.archlinux.org/pacman.man.html -s, --search regexp This will search each packa

Re: [arch] pacman wildcards?

2007-09-26 Thread Attila
On Mittwoch, 26. September 2007 16:15 Ryan Sims wrote: > Pacman supports regex searching. > http://www.archlinux.org/pacman.man.html Could be a nice idea for the web page too.-) See you, Attila ___ arch mailing list arch@archlinux.org http://archlinu

Re: [arch] pacman wildcards?

2007-09-26 Thread Ryan Sims
On 9/26/07, gan lu <[EMAIL PROTECTED]> wrote: > Does pacman support -Ss with "?" or "*" wildcards? Pacman supports regex searching. http://www.archlinux.org/pacman.man.html -- Ryan W Sims ___ arch mailing list arch@archlinux.org http://archlinux.org/

Re: [arch] pacman wildcards?

2007-09-26 Thread gan lu
Does pacman support -Ss with "?" or "*" wildcards? On 9/26/07, Petar Bogdanovic <[EMAIL PROTECTED]> wrote: > > On Wed, Sep 26, 2007 at 03:55:49AM +0530, Vinay S Shastry wrote: > > On Wednesday 26 Sep 2007 3:43:57 am Petar Bogdanovic wrote: > > > Hi, > > > > > > from time to time, I would like to d

Re: [arch] pacman wildcards?

2007-09-26 Thread Petar Bogdanovic
On Wed, Sep 26, 2007 at 03:55:49AM +0530, Vinay S Shastry wrote: > On Wednesday 26 Sep 2007 3:43:57 am Petar Bogdanovic wrote: > > Hi, > > > > from time to time, I would like to diff the file list of all files > > installed by pacman and $(find /). Does something like ``pacman -Ql > > '*''' exist o

Re: [arch] pacman wildcards?

2007-09-25 Thread Vinay S Shastry
On Wednesday 26 Sep 2007 3:43:57 am Petar Bogdanovic wrote: > Hi, > > from time to time, I would like to diff the file list of all files > installed by pacman and $(find /). Does something like ``pacman -Ql > '*''' exist or is there another way to achieve the same result? Just 'pacman -Ql'. -- V

[arch] pacman wildcards?

2007-09-25 Thread Petar Bogdanovic
Hi, from time to time, I would like to diff the file list of all files installed by pacman and $(find /). Does something like ``pacman -Ql '*''' exist or is there another way to achieve the same result? Thanks & regards, Petar ___ arch mailing list a