DragonFly On-Line Manual Pages
uschedulecmd(1) DragonFly General Commands Manual uschedulecmd(1)
NAME
uschedulecmd - create a new uschedule jobs
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 IDR. 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).
The homepage may be more up-to-date, see
http://www.ohse.de/uwe/uschedule.html.
uschedule 0.7.1 uschedulecmd(1)