From 911d27d3b207d492fbf6e62119f2b8c4290e9b06 Mon Sep 17 00:00:00 2001 From: Tris Sherliker Date: Wed, 25 Sep 2024 18:13:10 +0100 Subject: [PATCH] journalctl: add quotation marks around space-separated timestamps (#13828) --- pages.pl/linux/journalctl.md | 2 +- pages.uk/linux/journalctl.md | 2 +- pages/linux/journalctl.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/pages.pl/linux/journalctl.md b/pages.pl/linux/journalctl.md index 8e1c530967..25444e523b 100644 --- a/pages.pl/linux/journalctl.md +++ b/pages.pl/linux/journalctl.md @@ -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: diff --git a/pages.uk/linux/journalctl.md b/pages.uk/linux/journalctl.md index 00e33805bc..0775c24a09 100644 --- a/pages.uk/linux/journalctl.md +++ b/pages.uk/linux/journalctl.md @@ -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}}"` - Показати всі повідомлення за певним процесом: diff --git a/pages/linux/journalctl.md b/pages/linux/journalctl.md index 68ed1a520b..9bb2a45b96 100644 --- a/pages/linux/journalctl.md +++ b/pages/linux/journalctl.md @@ -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: