Update cheatsheets

This commit is contained in:
ivuorinen
2024-05-04 00:13:30 +00:00
parent 2e1b3b0570
commit 65fd37420c
3 changed files with 40 additions and 3 deletions

View File

@@ -16,9 +16,9 @@ source: https://github.com/tldr-pages/tldr.git
`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: