Unix filter to add timestamps to data feeds
Unix filter to add timestamps to data feeds.
tail [-format strftime_format] [-utc] some.log | tstamp
strftime
-style date/time format (default is %Y-%m-%dT%H:%M:%S)Because I got angry one day that logs I was trying to follow didn’t have
timestamps in them.