date and time created 88/10/21 11:13:20 by bostic
[unix-history] / usr / src / usr.bin / at / atq / atq.1
CommitLineData
6be9699a
KM
1.\" Copyright (c) 1985 Regents of the University of California.
2.\" All rights reserved. The Berkeley software License Agreement
3.\" specifies the terms and conditions for redistribution.
4.\"
9a7877b7 5.\" @(#)atq.1 6.2 (Berkeley) %G%
6be9699a
KM
6.\"
7.TH ATQ 1 ""
8.UC 6
9.SH NAME
9a7877b7 10atq \- print the queue of jobs waiting to be run
6be9699a
KM
11.SH SYNOPSIS
12.B atq
13[ -c ] [ -n ] [ name ... ]
14.SH DESCRIPTION
15.I Atq
16prints the queue of jobs that are waiting to be run
17at a later date. These jobs were created with the
18.IR at (1)
19command.
20With no flags, the queue is sorted in the order that
21the jobs will be executed.
22.PP
23If the
24.B \-c
25flag is used, the queue is sorted by the time that the
26.I at
27command was given.
28.PP
29The
30.B \-n
31flag prints only the total number of files that are currently
32in the queue.
33.PP
34If a name(s) is provided, only those files belonging to that user(s) are
35displayed.
36.SH FILES
37/usr/spool/at spool area
38.SH "SEE ALSO"
39at(1),
40atrm(1),
41cron(8)