xref: /csrg-svn/usr.bin/at/atq/atq.1 (revision 43082)
1*43082Scael.\" Copyright (c) 1985, 1990 The Regents of the University of California.
2*43082Scael.\" All rights reserved.
319779Smckusick.\"
4*43082Scael.\" %sccs.include.redist.man%
519779Smckusick.\"
6*43082Scael.\"     @(#)atq.1	6.3 (Berkeley) 06/11/90
7*43082Scael.\"
8*43082Scael.Dd
9*43082Scael.Dt ATQ 1
10*43082Scael.Os BSD 4.3
11*43082Scael.Sh NAME
12*43082Scael.Nm atq
13*43082Scael.Nd print the queue of jobs waiting to be run
14*43082Scael.Sh SYNOPSIS
15*43082Scael.Nm atq
16*43082Scael.Op Fl c
17*43082Scael.Op Fl n
18*43082Scael.Op Ar name ...
19*43082Scael.Sh DESCRIPTION
20*43082Scael.Nm Atq
2119779Smckusickprints the queue of jobs that are waiting to be run
2219779Smckusickat a later date. These jobs were created with the
23*43082Scael.Xr at 1
2419779Smckusickcommand.
2519779SmckusickWith no flags, the queue is sorted in the order that
2619779Smckusickthe jobs will be executed.
27*43082Scael.Tp Fl c
28*43082Scaelthe queue is sorted by the time that the
29*43082Scael.Li at
30*43082Scaelcommand was given.
31*43082Scael.Tp Fl n
32*43082Scaelonly the total number of files that are currently
33*43082Scaelin the queue are printed.
34*43082Scael.Tp
35*43082Scael.Pp
36*43082ScaelIf a name(s) is provided, only those files belonging to that user(s) are
3719779Smckusickdisplayed.
38*43082Scael.Sh FILES
39*43082Scael.Tw /var/spool/at
40*43082Scael.Tp /var/spool/at
41*43082Scaelspool area
42*43082Scael.Tp
43*43082Scael.Sh SEE ALSO
44*43082Scael.Xr at 1 ,
45*43082Scael.Xr atrm 1 ,
46*43082Scael.Xr cron 8
47*43082Scael.Sh HISTORY
48*43082Scael.Nm Atq
49*43082Scaelappeared in the 4.3 BSD release.
50