uschedulecmd - create a new uschedule job
SYNOPSIS
uschedulecmd [-.] [-d DIR]
[-e] [-i ID] [COMMAND ...]
DESCRIPTION
uschedulecmd creates a new job. If COMMAND is
not given then command to be executed will be read from the
standard input.
OPTIONS
- -., --dot-as-home
- The current working directory will
be used instead of $HOME.
- -d, --dir=DIR
- Put the new
job into DIR. The default is ~/.uschedule/.
- -e, --copy-environment
- Clone the current environment
for the new job.
- -i, --id=ID
- Give the new job the
identifier ID. ID must be unique and must not
contain colons, slashes and dots.
If this option is not used then a unique numerical ID will
be given and printed to the standard output.
CAVEAT
Note that this just creates the
command to be run, it doesn’t schedule the job to be
run at any time. Use the
uschedule(1) command for this.
AUTHOR
Uwe Ohse, uwe@ohse.de
SEE ALSO
uschedule(1),
uschedule_intro(7).