xref: /original-bsd/usr.bin/at/atrm/atrm.1 (revision 237fdba6)
1.\" Copyright (c) 1985, 1990 The Regents of the University of California.
2.\" All rights reserved.
3.\"
4.\" %sccs.include.redist.man%
5.\"
6.\"     @(#)atrm.1	6.3 (Berkeley) 06/11/90
7.\"
8.Dd
9.Dt ATRM 1
10.Os BSD 4.3
11.Sh NAME
12.Nm atrm
13.Nd remove jobs spooled by at
14.Sh SYNOPSIS
15.Nm atrm
16.Op Fl f
17.Op Fl i
18.Op Fl
19.Cx [
20.Op Ar job #
21.Op Ar name
22.Cx ...
23.Cx ]
24.Cx
25.Sh DESCRIPTION
26.Nm Atrm
27removes jobs that were created with the
28.Xr at 1
29command.
30.Pp
31.Tp Fl f
32all information regarding the
33removal of the specified jobs is suppressed.
34.Tp Fl i
35.Nm atrm
36asks if a job should be removed; a response of 'y' causes the job to be removed.
37.Tp Fl
38all jobs belonging to the person invoking
39.Nm atrm
40are removed.
41.Tp
42.Pp
43If a
44.Ar job
45number(s) is specified,
46.Nm atrm
47attempts to remove only that
48.Ar job
49number(s).
50.Pp
51If a user(s) name is specified, all
52jobs belonging to that user(s) are removed.
53This form of invoking
54.Nm atrm
55is useful only to the super-user.
56.Sh FILES
57.Tw /usr/spool/at
58.Tp /usr/spool/at
59spool area
60.Tp
61.Sh SEE ALSO
62.Xr at 1 ,
63.Xr atq 1 ,
64.Xr cron 8
65.Sh HISTORY
66.Nm Atrm
67appeared in the 4.3 BSD release.
68