mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-02-22 12:51:19 +00:00
Update cheatsheets
This commit is contained in:
@@ -16,9 +16,9 @@ source: https://github.com/tldr-pages/tldr.git
|
||||
|
||||
`journalctl --vacuum-time 2d`
|
||||
|
||||
- Show only the last N lines and follow new messages (like `tail -f` for traditional syslog):
|
||||
- Show only the last `n` lines and follow new messages (like `tail -f` for traditional syslog):
|
||||
|
||||
`journalctl {{[-n|--lines]}} {{N}} {{[-f|--follow]}}`
|
||||
`journalctl {{[-n|--lines]}} {{n}} {{[-f|--follow]}}`
|
||||
|
||||
- Show all messages by a specific unit:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user