at
Verified for current stable LTS
At Command: List All Queued Jobs For Current User
An engineer would use the command 'at -l' when they need to check the status and details of all scheduled tasks they have queued to run at a specific time. Exact CLI syntax to list all queued jobs for current user using At.
When to use this: An engineer would use the command 'at -l' when they need to check the status and details of all scheduled tasks they have queued to run at a specific time.
Command Syntax
at -l at -l Command Breakdown
-l- Command Option
- Tool-specific option used by this command invocation.
FAQ
Purpose: Exact syntax to list all queued jobs for current user using At.
Test path: Replace placeholders and run destructive commands in a disposable workspace first.
Flag behavior: Tool version, platform, and shell can change behavior.
Improve This Command
Suggest a correction, safer default, or version-specific note for this entry.
Related Operations
At Command: Execute Command From Stdin At Specific Time
echo "<command>" | at 1000 At Command: Create Command Interactively And Execute In 5 Minutes at now + 5 minutes At Command: Create Command Interactively And Execute At Specific Time at {hh:mm} At Command: Execute Commands From File Next Tuesday at -f <path/to/file> 9:30 PM Tue At Command: View Specified Job at -c <job_number>