Fixed minor type and replaced "date" with "timestamp" in the log format
This commit is contained in:
parent
f6ccac9d2a
commit
8ed4c7410b
@ -1,11 +1,11 @@
|
|||||||
# date-tally
|
# date-tally
|
||||||
|
|
||||||
tblancher's date-tally program. Take's input from file or stdin, in the following log format:
|
tblancher's date-tally program. Takes input from file or stdin, in the following log format:
|
||||||
```
|
```
|
||||||
tag:date
|
tag:timestamp
|
||||||
tag:date
|
tag:timestamp
|
||||||
```
|
```
|
||||||
Where `date` is the output of the Linux or macOS `date` program. E.g.:
|
Where `timestamp` is the output of the Linux or macOS `date` program. E.g.:
|
||||||
|
|
||||||
```
|
```
|
||||||
my_tag:Wed Nov 9 12:51:32 EST 2022
|
my_tag:Wed Nov 9 12:51:32 EST 2022
|
||||||
|
Loading…
Reference in New Issue
Block a user