On Monday 28 January 2008, Peter Humphrey wrote: > $ grep completed /var/log/emerge.log | ccze -C gives lines like this: > > 1197637365: ::: completed emerge (57 of 207) app-doc/xorg-docs-1.4-r1 > to / > > and then the whole lot disappears at the end of the listing. I can't > see anything in the manual to help (missing plugins or anything), so > I'll have to abandon this one. Thanks anyway.
The solution Mick previously found seems to work just fine even with /var/log/emerge.log: # grep completed /var/log/emerge.log | perl -pe 's/(\d+)/localtime($1)/e' Tue Nov 2 16:57:54 2004: ::: completed emerge (1 of 1) sys-apps/portage-2.0.51-r2 to / Tue Nov 2 16:58:54 2004: ::: completed emerge (1 of 1) sys-apps/portage-2.0.51-r2 to / ... (output omitted) ... Mon Jan 28 14:14:44 2008: ::: completed emerge (6 of 7) x11-libs/wxGTK-2.6.4.0-r3 to / Mon Jan 28 14:14:47 2008: ::: completed emerge (7 of 7) app-admin/eselect-wxwidgets-0.7-r1 to / -- gentoo-user@lists.gentoo.org mailing list