From 8c7b7c95aab22539419dd68d251b62f5704a8d7a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Zlatan=20Vasovi=C4=87?= Date: Sun, 3 May 2020 14:12:22 +0200 Subject: [PATCH] at: add notify-send example (#4000) --- pages/linux/at.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/pages/linux/at.md b/pages/linux/at.md index fc72d5d3b..a0113baa5 100644 --- a/pages/linux/at.md +++ b/pages/linux/at.md @@ -13,3 +13,7 @@ - Execute a script at the given time: `at {{hh:mm:ss}} -f {{path/to/file}}` + +- Display a system notification at 11pm on February 18th: + +`echo "notify-send '{{Wake up!}}'" | at {{11pm}} {{Feb 18}}`