Re: [gentoo-user] Re: date in emerge logs

2006-10-27 Thread Neil Bothwick
On Fri, 27 Oct 2006 12:42:17 +0200, Harm Geerts wrote:

> > emerge genlop  
> 
> Oh, forgot about that.
> On that note, I found qlop to be much faster.

qlop is faster at what it does, but does less. A combination of the two
is well worth having.


-- 
Neil Bothwick

Back Up My Hard Drive? How do I Put it in Reverse?


signature.asc
Description: PGP signature


[gentoo-user] Re: date in emerge logs

2006-10-27 Thread Harm Geerts
On Friday 27 October 2006 12:22, Neil Bothwick wrote:
> On Fri, 27 Oct 2006 10:55:58 +0100 (WEST), Jorge Almeida wrote:
> > I'm assuming that 1161911504 is some date. If so, how can I translate it
> > into something human-meaningfull?
>
> emerge genlop

Oh, forgot about that.
On that note, I found qlop to be much faster.
You might want to give it a try as well.

emerge portage-utils
-- 
gentoo-user@gentoo.org mailing list



[gentoo-user] Re: date in emerge logs

2006-10-27 Thread Harm Geerts
On Friday 27 October 2006 11:55, Jorge Almeida wrote:
> What are the numbers at the beginning of each line in the logs of
> emerge? Example:
> 1161911504:  --- AUTOCLEAN: Nothing unmerged.
>
> I'm assuming that 1161911504 is some date. If so, how can I translate it
> into something human-meaningfull?
> --
> Jorge Almeida

What it is: http://en.wikipedia.org/wiki/Unix_time

One way to translate it to a human readable form is this:
$ python -c "import time; print time.ctime(1161911504)"

Not sure if there are console apps that can do this.
It's not very common to work with timestamps in the console afaik :)
-- 
gentoo-user@gentoo.org mailing list