Open System Services Shell and Utilities Reference Manual (G06.25+, H06.03+)

at(1) OSS Shell and Utilities Reference Manual
NAME
at - Runs commands at a user-specied later time
SYNOPSIS
at [-c | -s | -k]
[-f le][-q queuename]
when [date][+increment]
[command | le] ...
at [-c | -s | -k]
[-f le][-q queuename]
-t time
at -l [-o][-q queuename][user ...]
at -l [job_number ...]
at -r [[-Fi] job_number ... ] | [-u user]
at -n [user]
FLAGS
-c Requests that csh be used for executing this job. csh is not currently supported. In the
current implementation, ksh will be used.
-f file Species the le to be used as input instead of the standard input le.
-F Suppresses delete verication.
-i Species interactive delete.
-k Requests that ksh be used for executing this job.
-l [job_number ...]
Reports the scheduled jobs for the invoking user. If the job_number argument is
specied, at reports only the information for the specied jobs.
If a user with appropriate privileges issues the command with this ag, all of the
queued at commands are listed with the name of the user who issued each one. The
user with appropriate privileges can also request a report of scheduled jobs for only one
specied user.
-n [user] Requests the number of les in the queue for the current user. A user with appropriate
privileges can specify a different user with the user argument.
-o Lists jobs in scheduled order. This ag is useful only when used with the -l ag.
-q queuename
Species the queue you want to use. When used with the -l ag, this ag limits the
search to the specied queue. A queue name can be specied by a, b,ore,as
described in DESCRIPTION. Queue a is the default queue.
-r job_number ...
Removes a job previously scheduled by at or batch, where job_number is the number
assigned by at or batch. If you do not have appropriate privileges, you can remove
only your own jobs. The atrm command is available to users with appropriate
privileges to remove jobs issued by other users or all jobs issued by a specic user.
This ag can also be used in combination with the -i, -f, and -u ags.
114 Hewlett-Packard Company 527188-003