| [ < ] | [ > ] | [ << ] | [ Up ] | [ >> ] | [Top] | [Contents] | [Index] | [ ? ] |
rja RefName TaskName JobName [description]
rja command is used to add a job to a task in a referential. The
parameters are the referential name, the task name and the job name.
The description of the new job can be passed as parameter.
rja command is used to add two jobs `job1'
and `job2' to `task1'. rjl is used to print jobs list of
`task1'.
$ dio87d -d $ dio87c ra my_ref $ dio87c rta my_ref task1 $ $ dio87c rja my_ref task1 job1 $ dio87c rja my_ref task1 job2 "a second job" $ $ dio87c rjl my_ref task1 job1 job2 $ |