2025-03-14 21:59:59 -06:00
|
|
|
# atrm
|
|
|
|
|
|
|
|
|
|
> Rimuovi job programmati dai comandi `at` o `batch`.
|
|
|
|
|
> Per trovare i numeri dei job utilizzare `atq`.
|
|
|
|
|
> Maggiori informazioni: <https://manned.org/atrm>.
|
|
|
|
|
|
|
|
|
|
- Rimuovi il job numero 10:
|
|
|
|
|
|
2026-02-18 06:55:01 -07:00
|
|
|
`atrm 10`
|
2025-03-14 21:59:59 -06:00
|
|
|
|
|
|
|
|
- Rimuovi più job, separati da spazi:
|
|
|
|
|
|
|
|
|
|
`atrm {{15}} {{17}} {{22}}`
|