[ < ] [ > ]   [ << ] [ Up ] [ >> ]         [Top] [Contents] [Index] [ ? ]

Command rjl

NAME

Command rjl :: Ref Job List

SYNOPSIS

rjl [options] RefName TaskName

DESCRIPTION

The 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 :

Two options can be used to print a part of the whole list :

EXAMPLE

In this example, three jobs are created with an initial description. The 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
$

ACCESS CONTROL

This function requires the `consult' privilege for the `referential' command family.

SEE ALSO


[ < ] [ > ]   [ << ] [ Up ] [ >> ]         [Top] [Contents] [Index] [ ? ]

This document was generated by dom on September, 11 2005 using texi2html