pages*/*: update outdated pages, pages/*: fix placeholders (#14171)

This commit is contained in:
Sebastiaan Speck
2024-10-13 18:33:01 +02:00
committed by GitHub
parent ae804a9614
commit 3d6d73a9d1
84 changed files with 153 additions and 161 deletions

View File

@@ -13,7 +13,7 @@
- Open a text file with a specific encoding:
`gedit --encoding={{UTF-8}} {{path/to/file}}`
`gedit --encoding {{UTF-8}} {{path/to/file}}`
- Display a list of supported encodings:

View File

@@ -5,11 +5,11 @@
- Show all messages with priority level 3 (errors) from this [b]oot:
`journalctl -b --priority={{3}}`
`journalctl -b --priority=3`
- Delete journal logs which are older than 2 days:
`journalctl --vacuum-time={{2d}}`
`journalctl --vacuum-time=2d`
- Show only the last N li[n]es and [f]ollow new messages (like `tail -f` for traditional syslog):