Gentoo Archives: gentoo-user

From: Alan McKinnon <alan@××××××××××××××××.za>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] Re: How to list sizes of installed packages?
Date: Tue, 05 Dec 2006 21:27:28
Message-Id: 200612052318.14347.alan@linuxholdings.co.za
In Reply to: [gentoo-user] Re: How to list sizes of installed packages? by Grant Edwards
1 On Tuesday 05 December 2006 22:16, Grant Edwards wrote:
2 > On 2006-12-05, Bo Ørsted Andresen <bo.andresen@××××.dk> wrote:
3 > > # equery list xorg | while read pkg; do equery size ="${pkg}"; done
4 >
5 > That's nasty. Why do some equery commands accept regexes and
6 > others dont?
7
8 Because some equery commands search for packages (ideally suited for a
9 regex), and others by design operate on a single package (where using
10 regexes don't make any sense).
11
12 It all makes perfect sense when you realize this, but no-one expects you
13 to realize it immediately :-)
14
15 alan
16
17 --
18 gentoo-user@g.o mailing list

Replies

Subject Author
[gentoo-user] Re: How to list sizes of installed packages? Grant Edwards <grante@××××.com>