On Friday 03 February 2012 22:01:11 Hilco Wijbenga wrote:
> On 3 February 2012 13:50, Hilco Wijbenga <hilco.wijbenga@gmail.com> wrote:
> > My Eclipse (Indigo) has started crashing today. So I wanted to see
> > which packages I had installed/upgraded recently.
> >
> > I can, of course, go through emerge.log manually but I was wondering
> > if there was a tool that could simply provide me with a
> > chronologically ordered list of installed/updated packages?
>
> Never mind,
>
> eix '-I*' --format '<installedversions:DATESORT>' | sort -n | cut -f2-3
>
> (straight from man eix) seems to do the trick just fine.
That's awfully complicated. Why not just
grep completed /var/log/emerge.log
?
Or
grep completed /var/log/emerge.log | grep -v sync
if you want to exclude emerge syncs.
--
Rgds
Peter Linux Counter 5290, 1994-04-23