xref: /original-bsd/usr.bin/at/atq/atq.1 (revision c3e32dec)
1.\" Copyright (c) 1985, 1990, 1993
2.\"	The Regents of the University of California.  All rights reserved.
3.\"
4.\" %sccs.include.redist.man%
5.\"
6.\"     @(#)atq.1	8.1 (Berkeley) 06/06/93
7.\"
8.Dd
9.Dt ATQ 1
10.Os BSD 4.3
11.Sh NAME
12.Nm atq
13.Nd display the
14.Xr at 1
15job queue
16.Sh SYNOPSIS
17.Nm atq
18.Op Fl c
19.Op Fl n
20.Op Ar name ...
21.Sh DESCRIPTION
22.Nm Atq
23displays the queue of jobs, created by the
24.Xr at 1
25command,
26which are currently awaiting execution.
27With no flags, the queue is sorted in the order that
28the jobs will be executed.
29.Pp
30Options available are:
31.Bl -tag -width Ds
32.It Fl c
33the queue is sorted by the time that the
34.Li at
35command was given.
36.It Fl n
37only the total number of files that are currently
38in the queue are printed.
39.El
40.Pp
41If a name(s) is provided, only those files belonging to that user(s) are
42displayed.
43.Sh FILES
44.Bl -tag -width /var/spool/at -compact
45.It Pa /var/spool/at
46spool area
47.El
48.Sh SEE ALSO
49.Xr at 1 ,
50.Xr atrm 1 ,
51.Xr cron 8
52.Sh HISTORY
53The
54.Nm
55command appeared in
56.Bx 4.3 .
57