xref: /original-bsd/usr.bin/at/atq/atq.1 (revision 6ab384a1)
1.\" Copyright (c) 1985, 1990 The Regents of the University of California.
2.\" All rights reserved.
3.\"
4.\" %sccs.include.redist.man%
5.\"
6.\"     @(#)atq.1	6.4 (Berkeley) 07/24/90
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.Pp
32.Tw Ds
33.Tp Fl c
34the queue is sorted by the time that the
35.Li at
36command was given.
37.Tp Fl n
38only the total number of files that are currently
39in the queue are printed.
40.Tp
41.Pp
42If a name(s) is provided, only those files belonging to that user(s) are
43displayed.
44.Sh FILES
45.Dw /var/spool/at
46.Di L
47.Dp Pa /var/spool/at
48spool area
49.Dp
50.Sh SEE ALSO
51.Xr at 1 ,
52.Xr atrm 1 ,
53.Xr cron 8
54.Sh HISTORY
55.Nm Atq
56appeared in the 4.3 BSD release.
57