From 27ce3194bd2af028bd33703fd94991537479c9a6 Mon Sep 17 00:00:00 2001 From: Agniva De Sarker Date: Sat, 17 Aug 2019 10:00:03 +0530 Subject: [PATCH] journalctl: remove unnecessary example --- pages/linux/journalctl.md | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/pages/linux/journalctl.md b/pages/linux/journalctl.md index 6a5d2ada4..f4de09027 100644 --- a/pages/linux/journalctl.md +++ b/pages/linux/journalctl.md @@ -18,13 +18,9 @@ `journalctl -u {{unit}}` -- Show messages by a specific unit in last 15m: - -`journalctl -u {{unit}} --since {{-15m}}` - - Filter messages within a time range (either timestamp or placeholders like "yesterday"): -`journalctl -u {{unit}} --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: