atrm
Remove jobs scheduled by at or batch commands. To find job numbers use atq. More information: <https://manned.org/atrm>.
Install
- All systems
-
curl cmd.cat/atrm.sh
- Debian
-
apt-get install at
- Ubuntu
-
apt-get install at
- Alpine
-
apk add at
- Arch Linux
-
pacman -S at
- Kali Linux
-
apt-get install at
- CentOS
-
yum install at
- Fedora
-
dnf install at
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install at
- Raspbian
-
apt-get install at
- Dockerfile
- dockerfile.run/atrm
- Docker
-
docker run cmd.cat/atrm atrm
powered by Commando
Remove jobs scheduled by at or batch commands. To find job numbers use atq. More information: <https://manned.org/atrm>.
-
Remove job number 10:
atrm 10
-
Remove many jobs, separated by spaces:
atrm 15 17 22
© tl;dr; authors and contributors