at, batch — Execute Commands at a Later Time

Synopsis

/usr/bin/at [-c|-k|-s] [-f file] [-m] [-q queuename] -t time 
/usr/bin/at [-c|-k|-s] x[-f file] [-m] [-q queuename] timespec... 
/usr/bin/at -l [-q queuename] [at-job-id...] 
/usr/bin/at -r at-job-id... 

/usr/bin/batch 

Description

at

Use the at command to schedule jobs for later execution. You can queue any command line or shell script. The at command reads commands from standard input and groups them together as an at-job , to be executed at a later time.

The at-job is executed in a separate invocation of the shell, running in a separate process group with no controlling terminal, except that the environment variables, current working directory, file creation mask (see umask(1)), and system ...

Get Solaris™ 7 Reference now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.