Gentoo Archives: gentoo-user

From: Daniel Troeder <daniel@×××××××××.com>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] Re: list of emerged programs?
Date: Sun, 28 Jun 2009 20:37:21
Message-Id: 1246221435.8879.6.camel@mayo.local
In Reply to: [gentoo-user] Re: list of emerged programs? by Nikos Chantziaras
1 On Sun, 2009-06-28 at 23:23 +0300, Nikos Chantziaras wrote:
2 > On 06/28/2009 11:06 PM, James wrote:
3 > > All,
4 > >
5 > > Is there a simple, quick way to list all of the packages that have
6 > > been emerged in cronological order?
7 >
8 > for f in `ls -rt \`find /var/db/pkg -name "*.ebuild"\``; do basename $f
9 > .ebuild; done
10 >
11 > (The above command is just one line, in case your mail/news client
12 > breaks it into two lines.)
13
14 $ cd /var/db/pkg/; find * -maxdepth 1 -mindepth 1
15
16 $ eix -I --only-names