7 lines
138 B
Markdown
7 lines
138 B
Markdown
# Testing
|
|
|
|
Piping events from the last hour.
|
|
|
|
```shell
|
|
doas -u strfry strfry export --since $(date -d "1 hour ago" +%s) > output.jsonl
|
|
``` |