Gentoo Archives: gentoo-user

From: James <jtp@×××××.com>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] Re: list of emerged programs?
Date: Sun, 28 Jun 2009 20:31:59
Message-Id: e107b4ff0906281331p6ba9bb59ne9b884bc0a3dfc09@mail.gmail.com
In Reply to: [gentoo-user] Re: list of emerged programs? by Nikos Chantziaras
1 Thanks to you and Justin for the insanely quick answers.
2
3 -j
4
5 On Sun, Jun 28, 2009 at 4:23 PM, Nikos Chantziaras<realnc@×××××.de> wrote:
6 > On 06/28/2009 11:06 PM, James wrote:
7 >>
8 >> All,
9 >>
10 >> Is there a simple, quick way to list all of the packages that have
11 >> been emerged in cronological order?
12 >
13 > for f in `ls -rt \`find /var/db/pkg -name "*.ebuild"\``; do basename $f
14 > .ebuild; done
15 >
16 > (The above command is just one line, in case your mail/news client breaks it
17 > into two lines.)
18 >