On Fri, 27 Oct 2006, Peter Ruskin wrote:
On Friday 27 October 2006 11:55, Jorge Almeida wrote:
I'm assuming that 1161911504 is some date. If so, how can I
translate it into something human-meaningfull?
# tail /var/log/emerge.log | awk -F: '{print strftime("%D %X %Z",
$1),$2}'
tail /var/log/emerge.log | awk -F: '{print strftime("%c", $1),$2}'
is more internationally friendly (and less to type).
Thank you, this is what I need. Thanks to everyone else who replied,
too.
--
Jorge Almeida
--
[email protected] mailing list