xref: /original-bsd/usr.bin/at/atrm/atrm.1 (revision 6b3572dd)
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.4 (Berkeley) 07/24/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
14.Xr at 1
15.Sh SYNOPSIS
16.Nm atrm
17.Op Fl f
18.Op Fl i
19.Op Fl
20.Cx [
21.Op Ar job #
22.Op Ar name
23.Cx ...
24.Cx ]
25.Cx
26.Sh DESCRIPTION
27.Nm Atrm
28removes jobs that were created with the
29.Xr at 1
30command.
31.Pp
32Options available are:
33.Pp
34.Tp Fl f
35all information regarding the
36removal of the specified jobs is suppressed.
37.Tp Fl i
38.Nm atrm
39asks if a job should be removed; a response of 'y' causes the job to be removed.
40.Tp Fl
41all jobs belonging to the person invoking
42.Nm atrm
43are removed.
44.Tp
45.Pp
46If a
47.Ar job
48number(s) is specified,
49.Nm atrm
50attempts to remove only that
51.Ar job
52number(s).
53.Pp
54If a user(s) name is specified, all
55jobs belonging to that user(s) are removed.
56This form of invoking
57.Nm atrm
58is useful only to the super-user.
59.Sh FILES
60.Dw /usr/spool/at
61.Di L
62.Dp Pa /usr/spool/at
63spool area
64.Dp
65.Sh SEE ALSO
66.Xr at 1 ,
67.Xr atq 1 ,
68.Xr cron 8
69.Sh HISTORY
70.Nm Atrm
71appeared in the 4.3 BSD release.
72