https://github.com/davorg/tstamp
Unix filter to add timestamps to data feeds
https://github.com/davorg/tstamp
hacktoberfest timestamps unix-filter
Last synced: 6 months ago
JSON representation
Unix filter to add timestamps to data feeds
- Host: GitHub
- URL: https://github.com/davorg/tstamp
- Owner: davorg
- Created: 2019-01-15T15:46:42.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-08-03T16:08:40.000Z (about 6 years ago)
- Last Synced: 2025-02-07T16:36:45.900Z (8 months ago)
- Topics: hacktoberfest, timestamps, unix-filter
- Language: Perl
- Homepage:
- Size: 4.88 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 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.