Skip to content
/ tstamp Public

Unix filter to add timestamps to data feeds

Notifications You must be signed in to change notification settings

davorg/tstamp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 

Repository files navigation

tstamp

Unix filter to add timestamps to data feeds.

Usage

tail [-format strftime_format] [-utc] some.log | tstamp
  • -format - A strftime-style date/time format (default is %Y-%m-%dT%H:%M:%S)
  • -utc - Use UTC (default is your local timezone)

Why?

Because I got angry one day that logs I was trying to follow didn't have timestamps in them.

About

Unix filter to add timestamps to data feeds

Topics

Resources

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages