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

Command rja

NAME

Command rja :: Ref Job Add

SYNOPSIS

rja RefName TaskName JobName [description]

DESCRIPTION

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

EXAMPLE

In this example, a referential named `my_ref' and a task named `task1' are created. The 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
$ 

ACCESS CONTROL

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

SEE ALSO



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