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? # tail /var/log/emerge.log | awk -F: '{print strftime("%D %X %Z", $1),$2}' -- Bo Andresen