ATQ(1) BSD ATQ(1)
NAME
atq - print the queue of jobs waiting to be run
SYNOPSIS
atq [ -c ] [ -n ] [ user ...]
DESCRIPTION
atq prints the queue of jobs, created with the at(1) command, that are
waiting to be run at a later date. With no flags, atq sorts the queue in
the order that the jobs will be executed.
OPTIONS
-c Sort the queue by the time that the at command was given.
-n Print only the total number of files that are currently in the
queue.
user... Display only the files that belong to the specified user(s).
FILES
/usr/spool/at Spooling area
SEE ALSO
at(1), atrm(1), cron(8)