[ < ] | [ > ] | [ << ] | [ Up ] | [ >> ] | [Top] | [Contents] | [Index] | [ ? ] |
rjc RefName TaskName
rjc
command return the number of jobs in a task of a ref. The
parameter is the ref name and the task name.
rja
command.
The rjc
command is used to print jobs count in `task1' before
and after jobs creation. rjl
is used to print jobs list.
$ dio87d -d $ dio87c ra my_ref $ dio87c rta my_ref task1 $ dio87c rjc my_ref task1 0 $ dio87c rja my_ref task1 job1 "first job of task1" $ dio87c rja my_ref task1 job2 "second job of task1" $ dio87c rjc my_ref task1 2 $ dio87c rjl my_ref task1 job1 job2 $ |