xref: /original-bsd/usr.bin/at/atq/atq.1 (revision 4cfdb854)
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.3 (Berkeley) 06/11/90
7.\"
8.Dd
9.Dt ATQ 1
10.Os BSD 4.3
11.Sh NAME
12.Nm atq
13.Nd print the queue of jobs waiting to be run
14.Sh SYNOPSIS
15.Nm atq
16.Op Fl c
17.Op Fl n
18.Op Ar name ...
19.Sh DESCRIPTION
20.Nm Atq
21prints the queue of jobs that are waiting to be run
22at a later date. These jobs were created with the
23.Xr at 1
24command.
25With no flags, the queue is sorted in the order that
26the jobs will be executed.
27.Tp Fl c
28the queue is sorted by the time that the
29.Li at
30command was given.
31.Tp Fl n
32only the total number of files that are currently
33in the queue are printed.
34.Tp
35.Pp
36If a name(s) is provided, only those files belonging to that user(s) are
37displayed.
38.Sh FILES
39.Tw /var/spool/at
40.Tp /var/spool/at
41spool area
42.Tp
43.Sh SEE ALSO
44.Xr at 1 ,
45.Xr atrm 1 ,
46.Xr cron 8
47.Sh HISTORY
48.Nm Atq
49appeared in the 4.3 BSD release.
50