mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-08-10 06:35:43 +02:00
journalctl: update page (#12716)
* Update journalctl.md * Update journalctl.md * Update journalctl.md
This commit is contained in:
parent
18424b0a7e
commit
a97535491d
1 changed files with 2 additions and 2 deletions
|
@ -11,9 +11,9 @@
|
|||
|
||||
`journalctl --vacuum-time={{2d}}`
|
||||
|
||||
- [f]ollow new messages (like `tail -f` for traditional syslog):
|
||||
- Show only the last N li[n]es and [f]ollow new messages (like `tail -f` for traditional syslog):
|
||||
|
||||
`journalctl -f`
|
||||
`journalctl --lines {{N}} --follow`
|
||||
|
||||
- Show all messages by a specific [u]nit:
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue