AT(1) - General Commands Manual # AT(1) - General Commands Manual
NAME # at, batch - queue, examine or delete jobs for later execution
SYNOPSIS # at [-bm] [-f file] [-l [job …]] [-q queue] -t time_arg | timespec
at -c | -r job …
batch [-m] [-f file] [-q queue] [timespec]
DESCRIPTION # at and batch read commands from standard input or a specified file which are to be executed at a later time, via the user’s shell as specified by the SHELL environment variable.
...
ATQ(1) - General Commands Manual # ATQ(1) - General Commands Manual
NAME # atq - display the at(1) job queue
SYNOPSIS # atq [-cnv] [-q queue] [name …]
DESCRIPTION # atq displays the queue of jobs, created by the at(1) command, which are currently awaiting execution. Unless the user is the superuser, only the user’s own jobs will be displayed. With no flags, the queue is sorted in the order that the jobs will be executed.
...
ATRM(1) - General Commands Manual # ATRM(1) - General Commands Manual
NAME # atrm - remove jobs spooled by at(1)
SYNOPSIS # atrm [-afi] [[job] [name] …]
DESCRIPTION # atrm removes jobs that were created with the at(1) command.
The options are as follows:
-a
Remove all jobs belonging to the user invoking atrm. If the user is the superuser, remove all jobs.
-f
All information regarding the removal of the specified jobs is suppressed.
...