1
0
Fork 0
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:
Agniva De Sarker 2019-08-17 10:00:03 +05:30
parent 095c393ed3
commit 27ce3194bd

View file

@ -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: