From d11c05f8b7091fce8c5aceebdec41f46b1283c52 Mon Sep 17 00:00:00 2001 From: Managor <42655600+Managor@users.noreply.github.com> Date: Tue, 25 Mar 2025 11:44:10 +0200 Subject: [PATCH] at: add examples (#16002) --- pages/common/at.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/pages/common/at.md b/pages/common/at.md index c49a0ddcde..766030dbdb 100644 --- a/pages/common/at.md +++ b/pages/common/at.md @@ -23,3 +23,11 @@ - Execute commands from a given file next Tuesday: `at -f {{path/to/file}} 9:30 PM Tue` + +- List all queued jobs for the current user (same as `atq`): + +`at -l` + +- View a specied job: + +`at -c {{job_number}}`