mirror of
https://github.com/tldr-pages/tldr.git
synced 2024-10-30 16:18:20 +01:00
journalctl: remove unnecessary example
This commit is contained in:
parent
095c393ed3
commit
27ce3194bd
1 changed files with 1 additions and 5 deletions
|
@ -18,13 +18,9 @@
|
|||
|
||||
`journalctl -u {{unit}}`
|
||||
|
||||
- Show messages by a specific unit in last 15m:
|
||||
|
||||
`journalctl -u {{unit}} --since {{-15m}}`
|
||||
|
||||
- Filter messages within a time range (either timestamp or placeholders like "yesterday"):
|
||||
|
||||
`journalctl -u {{unit}} --since {{now|today|yesterday|tomorrow}} --until {{YYYY-MM-DD HH:MM:SS}}`
|
||||
`journalctl --since {{now|today|yesterday|tomorrow}} --until {{YYYY-MM-DD HH:MM:SS}}`
|
||||
|
||||
- Show all messages by a specific process:
|
||||
|
||||
|
|
Loading…
Reference in a new issue