ATRM(1) — Unix Programmer’s Manual
NAME
atrm − remove jobs spooled by at
SYNOPSIS
atrm [ options ] [ [ job # ] [ name ] ... ]
DESCRIPTION
Atrm removes jobs that were created with the at(1) command.
If a job number(s) is specified, atrm attempts to remove only that job(s). Similarly, if a user name(s) is specified, atrm removes all jobs belonging to that user(s). Because regular users can remove all their own jobs with the - option, this form of invoking atrm is useful only to the super-user.
OPTIONS
− Removes all jobs belonging to the person invoking atrm.
−f Suppresses all information regarding the removal of the specified jobs.
−i atrm asks if a job should be removed. Responding ’y’ removes the job.
FILES
/usr/spool/atspool area
SEE ALSO
6 BSD — May 10, 1986