gpsd-dev
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [gpsd-dev] gpsmon: says 8N1N1, missing error msg


From: Paul Fertser
Subject: Re: [gpsd-dev] gpsmon: says 8N1N1, missing error msg
Date: Tue, 19 Nov 2013 14:36:29 +0400
User-agent: Mutt/1.5.17 (2007-11-30)

On Tue, Nov 19, 2013 at 02:19:21AM -0800, Hal Murray wrote:
> It would help to have time stamps on each line.  Is there a standard utility 
> that does that?

I think you can approximate that by piping through this:

( while true; do read l || exit; date=`date --rfc-3339=seconds`; echo
$date "$l"; done) 

-- 
Be free, use free (http://www.gnu.org/philosophy/free-sw.html) software!
mailto:address@hidden



reply via email to

[Prev in Thread] Current Thread [Next in Thread]