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