ATQ(1,C) AIX Commands Reference ATQ(1,C)
-------------------------------------------------------------------------------
atq
PURPOSE
Prints the queue of jobs that are waiting to be run.
SYNTAX
+--------+ +--------+
atq ---| +----+ |---| |---|
+-| -c |-+ +- name -+
^| -n ||
|+----+|
+------+
DESCRIPTION
The atq command prints the queue of jobs that are waiting to be run at a later
date. These jobs were created with the at command. With no flags, the queue
is sorted in the order that the jobs will be executed.
If one or more names is provided, only files belonging to those users are
displayed.
FLAGS
-c Sorts the queue by the time that the at command was issued.
-n Prints only the number of files currently in the queue.
FILES
/usr/spool/cron/atjobs
Spool area.
RELATED INFORMATION
See the following commands: "at, batch," "atrm" and "cron."
Processed November 8, 1990 ATQ(1,C) 1