atrm
Quick Reference
Command Name:
atrm
Category:
file management
Platform:
Linux/Unix
Basic Usage:
Common Use Cases
- 1
Job cancellation
Remove scheduled jobs from the queue
- 2
Queue management
Clean up unwanted or obsolete scheduled tasks
- 3
System maintenance
Remove jobs that are no longer needed
- 4
Error recovery
Remove failed or problematic scheduled jobs
Syntax
atrm [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 atrm command. Try them in your terminal to see the results. You can copy any example by clicking on the code block.