<html><head><style type='text/css'>p { margin: 0; }</style></head><body><div style='font-family: arial,helvetica,sans-serif; font-size: 12pt; color: #000000'>Thanks, yes that's pretty much what I was after. And you're right--not so convenient. I guess he did it that way so the conversion to local format wouldn't make the timestamp go off by too many nanoseconds. I don't really need that level of precision, but it'll work. I'm not sure if I'll try it or just keep my little script. Thanks all the same though. It looks like there are some other interesting tools on that site too.<div><br></div><div>Scott<br><br><hr id="zwchr"><div style="color:#000;font-weight:normal;font-style:normal;text-decoration:none;font-family:Helvetica,Arial,sans-serif;font-size:12pt;"><b>From: </b>"Ed Cashin" &lt;ecashin@noserose.net&gt;<br><b>To: </b>"Atlanta Linux Enthusiasts" &lt;ale@ale.org&gt;<br><b>Sent: </b>Tuesday, November 12, 2013 2:58:03 PM<br><b>Subject: </b>Re: [ale] line timestamp command<br><br><div dir="ltr">I do happen to know of one, but it's by Dan J. Bernstein. &nbsp;That sometimes means it's of uncommonly high quality and careful design but low user convenience.<div><br></div><div>Usually the resolution is to do everything the way DJB thinks things should be done. &nbsp;Then it's convenient and reliable. &nbsp;But it requires the user to adjust behavior and/or expectations. &nbsp;In this case, tai64n does what you ask for, but the timestamp is not probably anything you'd want to read. &nbsp;So tai64nlocal converts it. &nbsp;Weird, but not carelessly designed.</div>
<div><br></div><div><a href="http://cr.yp.to/daemontools/tai64n.html" target="_blank">http://cr.yp.to/daemontools/tai64n.html</a><br></div><div><a href="http://cr.yp.to/daemontools/tai64nlocal.html" target="_blank">http://cr.yp.to/daemontools/tai64nlocal.html</a><br>
</div><div><br></div></div><div class="gmail_extra"><br><br><div class="gmail_quote">On Tue, Nov 12, 2013 at 1:34 PM, Scott Plante <span dir="ltr">&lt;<a href="mailto:splante@insightsys.com" target="_blank">splante@insightsys.com</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div><div style="font-size:12pt;font-family:arial,helvetica,sans-serif"><font face="arial, helvetica, sans-serif" size="3">Does anyone happen to know of a command line tool that will read lines from standard input and write them to std out, pre-pending a timestamp? I have a process that emits messages to std out periodically as it processes and I'd like to write that to a log file, but with a time at the start of the line. I could do it with a script but a nice little command would be better, if it exists.&nbsp;</font><div style="font-size:12pt;font-family:arial,helvetica,sans-serif">
<br></div><div style="font-size:12pt;font-family:arial,helvetica,sans-serif">I'm looking for something that would perform the function of this script, maybe with an option for format:</div><div><font face="arial, helvetica, sans-serif"><br>
</font></div><div><font face="courier new, courier, monaco, monospace, sans-serif">while read line;&nbsp;</font></div><div><font face="courier new, courier, monaco, monospace, sans-serif">do&nbsp;</font></div><div><font face="courier new, courier, monaco, monospace, sans-serif">&nbsp; echo $(date +"%D %T") "$line";&nbsp;</font></div>
<div><font face="courier new, courier, monaco, monospace, sans-serif">done<span class="HOEnZb"><font color="#888888"><br></font></span></font><span class="HOEnZb"><font color="#888888"><div style="font-size:12pt;font-family:arial,helvetica,sans-serif">
<br></div><div style="font-size:12pt;font-family:arial,helvetica,sans-serif">Scott</div><br></font></span></div></div></div><br>_______________________________________________<br>
Ale mailing list<br>
<a href="mailto:Ale@ale.org" target="_blank">Ale@ale.org</a><br>
<a href="http://mail.ale.org/mailman/listinfo/ale" target="_blank">http://mail.ale.org/mailman/listinfo/ale</a><br>
See JOBS, ANNOUNCE and SCHOOLS lists at<br>
<a href="http://mail.ale.org/mailman/listinfo" target="_blank">http://mail.ale.org/mailman/listinfo</a><br>
<br></blockquote></div><br><br clear="all"><div><br></div>-- <br>&nbsp; Ed Cashin &lt;<a href="mailto:ecashin@noserose.net" target="_blank">ecashin@noserose.net</a>&gt;<br>&nbsp; <a href="http://noserose.net/e/" target="_blank">http://noserose.net/e/</a><br>&nbsp; <a href="http://www.coraid.com/" target="_blank">http://www.coraid.com/</a>
</div>
<br>_______________________________________________<br>Ale mailing list<br>Ale@ale.org<br>http://mail.ale.org/mailman/listinfo/ale<br>See JOBS, ANNOUNCE and SCHOOLS lists at<br>http://mail.ale.org/mailman/listinfo<br></div><br></div></div></body></html>