Gentoo Archives: gentoo-dev

From: Gerald Schneider <g.schneider@×××.de>
To: gentoo-dev@g.o
Subject: Re: [gentoo-dev] latest and greatest gentoo.completion
Date: Sat, 16 Mar 2002 12:06:53
Message-Id: 1016301938.5669.4.camel@phreak.gothia.de
In Reply to: Re: [gentoo-dev] latest and greatest gentoo.completion by Ian Smith
1 Am Sam, 2002-03-16 um 18.56 schrieb Ian Smith:
2 > Cool! However, I tried (couldn't resist [g]) to list all available
3 > packages using:
4 >
5 > emerge */[TAB]
6 >
7 > , and this happened:
8 >
9 > emerge */[: too many arguments
10
11 if you want to show all packages try this:
12
13 emerge --search '.*' |less -r
14
15 |less lets you browse through the list (about 1400 packages) easily, and
16 -r shows the raw output (with colors etc)
17
18 Greets,
19 Gerald

Replies

Subject Author
Re: [gentoo-dev] latest and greatest gentoo.completion Ian Smith <ian.c.smith@××××××××××.com>