ATRM(1) BSD ATRM(1)
NAME
atrm - remove jobs spooled by at
SYNOPSIS
atrm [ -f ] [ -i ] [ - ] [[ job # | user ] ... ]
DESCRIPTION
atrm removes jobs that were created with the at(1) command.
OPTIONS
-f Suppress all information regarding the removal of the specified
jobs.
-i Interactively ask if a job should be removed; a response of "y"
removes the job.
- Remove all jobs belonging to the person invoking atrm.
job # ... Attempt to remove only the jobs identified by the specified job
numbers.
user ... Remove all jobs belonging to the specified user(s). This form
of invoking atrm is useful only to the super-user.
FILES
/usr/spool/at Spooling area
SEE ALSO
at(1), atq(1), cron(8)