date and time created 88/10/21 11:13:20 by bostic
[unix-history] / usr / src / usr.bin / at / atrm / atrm.1
CommitLineData
6be9699a
KM
1.\" Copyright (c) 1985 Regents of the University of California.
2.\" All rights reserved. The Berkeley software License Agreement
3.\" specifies the terms and conditions for redistribution.
4.\"
9a7877b7 5.\" @(#)atrm.1 6.2 (Berkeley) %G%
6be9699a
KM
6.\"
7.TH ATRM 1 ""
8.UC 6
9.SH NAME
9a7877b7 10atrm \- remove jobs spooled by at
6be9699a
KM
11.SH SYNOPSIS
12.B atrm
13[ -f ] [ -i ] [-] [[ job #] [ name ]... ]
14.SH DESCRIPTION
15.I Atrm
16removes jobs that were created with the
17.IR at (1)
18command.
19With the
20.B \-
21flag, all jobs belonging to the person invoking
22.I atrm
23are removed.
24If a job number(s) is specified,
25.I atrm
26attempts to remove only that job number(s).
27.PP
28If the
29.B \-f
30flag is used, all information regarding the
31removal of the specified jobs is suppressed.
32If the
33.B \-i
34flag is used,
35.I atrm
36asks if a job should be removed; a response of 'y' causes the job to be removed.
37.PP
38If a user(s) name is specified, all
39jobs belonging to that user(s) are removed.
40This form of invoking
41.I atrm
42is useful only to the super-user.
43.SH FILES
44/usr/spool/at spool area
45.SH "SEE ALSO"
46at(1),
47atq(1),
48cron(8)