ATQ(1) — Unix Programmer’s Manual
NAME
atq − print the queue of jobs waiting to be run
SYNOPSIS
atq [ options ] [ name ... ]
DESCRIPTION
Atq prints the queue of jobs that are waiting to be run at a later date. When executed without flags, atq prints the queue in the order that the jobs will be executed. These jobs were created with the at(1) command.
If a name is provided, atq displays only those files belonging to that user. You can specify more than one name.
OPTIONS
−c Sorts the queue by the time that the at command was given.
−n Prints only the total number of files that are currently in the queue.
FILES
/usr/spool/atspool area
SEE ALSO
6 BSD — May 10, 1986