mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-07-23 19:55:24 +02:00
journalctl: add quotation marks around space-separated timestamps (#13828)
This commit is contained in:
parent
4241a8b8b6
commit
911d27d3b2
3 changed files with 3 additions and 3 deletions
|
@ -25,7 +25,7 @@
|
|||
|
||||
- Filtruj wiadomości w zakresie czasu (znacznik czasu lub symbol zastępczy, np. "yesterday"):
|
||||
|
||||
`journalctl --since {{now|today|yesterday|tomorrow}} --until {{YYYY-MM-DD HH:MM:SS}}`
|
||||
`journalctl --since {{now|today|yesterday|tomorrow}} --until "{{YYYY-MM-DD HH:MM:SS}}"`
|
||||
|
||||
- Wyświetl wszystkie wiadomości podanego procesu:
|
||||
|
||||
|
|
|
@ -21,7 +21,7 @@
|
|||
|
||||
- Фільтрувати повідомлення в межах діапазону часу (мітка часу або покажчики місця заповнення, як-от «вчора»):
|
||||
|
||||
`journalctl --since {{now|today|yesterday|tomorrow}} --until {{YYYY-MM-DD HH:MM:SS}}`
|
||||
`journalctl --since {{now|today|yesterday|tomorrow}} --until "{{YYYY-MM-DD HH:MM:SS}}"`
|
||||
|
||||
- Показати всі повідомлення за певним процесом:
|
||||
|
||||
|
|
|
@ -25,7 +25,7 @@
|
|||
|
||||
- Filter messages within a time range (either timestamp or placeholders like "yesterday"):
|
||||
|
||||
`journalctl --since {{now|today|yesterday|tomorrow}} --until {{YYYY-MM-DD HH:MM:SS}}`
|
||||
`journalctl --since {{now|today|yesterday|tomorrow}} --until "{{YYYY-MM-DD HH:MM:SS}}"`
|
||||
|
||||
- Show all messages by a specific process:
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue