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}}`