Add copyright
[unix-history] / usr / src / usr.bin / at / atrm / atrm.1
.\" Copyright (c) 1985 Regents of the University of California.
.\" All rights reserved. The Berkeley software License Agreement
.\" specifies the terms and conditions for redistribution.
.\"
.\" @(#)atrm.1 6.1 (Berkeley) %G%
.\"
.TH ATRM 1 ""
.UC 6
.SH NAME
atrm - remove jobs spooled by at
.SH SYNOPSIS
.B atrm
[ -f ] [ -i ] [-] [[ job #] [ name ]... ]
.SH DESCRIPTION
.I Atrm
removes jobs that were created with the
.IR at (1)
command.
With the
.B \-
flag, all jobs belonging to the person invoking
.I atrm
are removed.
If a job number(s) is specified,
.I atrm
attempts to remove only that job number(s).
.PP
If the
.B \-f
flag is used, all information regarding the
removal of the specified jobs is suppressed.
If the
.B \-i
flag is used,
.I atrm
asks if a job should be removed; a response of 'y' causes the job to be removed.
.PP
If a user(s) name is specified, all
jobs belonging to that user(s) are removed.
This form of invoking
.I atrm
is useful only to the super-user.
.SH FILES
/usr/spool/at spool area
.SH "SEE ALSO"
at(1),
atq(1),
cron(8)