[ < ] | [ > ] | [ << ] | [ Up ] | [ >> ] | [Top] | [Contents] | [Index] | [ ? ] |
rjl [options] RefName TaskName
rjl
function returns the list of jobs in a task of a referential.
The parameter are the referential name and the task name. The
option `-d' can be used to print the task description.
Three options can be used to format output :
rjl
is used to print jobs list of `task1'. `-d'
option can be used to print job description.
$ dio87d -d $ dio87c ra my_ref $ dio87c rta my_ref task1 $ dio87c rja my_ref task1 job1 "first job" $ dio87c rja my_ref task1 job2 "second job" $ dio87c rja my_ref task1 job3 "third job" $ $ dio87c rjl my_ref task1 job1 job2 job3 $ dio87c -- rjl -d my_ref task1 job1 first job job2 second job job3 third job $ |
[ < ] | [ > ] | [ << ] | [ Up ] | [ >> ] | [Top] | [Contents] | [Index] | [ ? ] |