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

Command rtl

NAME

Command rtl :: Ref Task list

SYNOPSIS

rtl [options] RefName

DESCRIPTION

The rtl command returns the list of tasks in a ref. The parameter is the ref name. The `-d' option can be used to print the description of each task.

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, a referential named `my_ref' is created with ra. Two tasks are created in this referential with the rta command : `my_task_1' and `my_task_2'.

The rtl command is used to print task list. `-d' option is used to print description for each task of the list.

 
$ dio87d -d
$ dio87c -- ra my_ref
$
$ dio87c -- rta my_ref my_task_1 "a first task"
$ dio87c -- rta my_ref my_task_2 "a second task"
$
$ dio87c -- rtl -d my_ref
my_task_1     a first task
my_task_2     a second task
$

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