commands.sh

atrm

all

Remove jobs scheduled by `at` or `batch` commands. Note: To find job numbers use `atq`.

More info →

Examples (2)

Remove job number 10

atrm 10

Remove many jobs, separated by spaces

atrm 15 17 22
made by @shridhargupta | data from tldr-pages