mirror of https://github.com/CrimsonTome/tldr.git
journalctl: update page (#12716)
* Update journalctl.md * Update journalctl.md * Update journalctl.mdpull/28/head
parent
18424b0a7e
commit
a97535491d
|
@ -11,9 +11,9 @@
|
||||||
|
|
||||||
`journalctl --vacuum-time={{2d}}`
|
`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:
|
- Show all messages by a specific [u]nit:
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue