at
Quick Reference
Command Name:
at
Category:
file management
Platform:
Linux/Unix
Basic Usage:
Common Use Cases
- 1
One-time task scheduling
Schedule commands to run once at a specific time
- 2
Delayed execution
Execute commands after a specified delay
- 3
System maintenance
Schedule maintenance tasks during off-peak hours
- 4
Batch processing
Queue multiple jobs for execution at specific times
Syntax
at [OPTION]... [FILE]...
Options
| Option | Description |
|---|---|
-l |
Use a long listing format |
-a |
Show hidden entries starting with . |
-h |
Human-readable sizes |
-R |
List subdirectories recursively |
Examples
How to Use These Examples
The examples below show common ways to use the at command. Try them in your terminal to see the results. You can copy any example by clicking on the code block.