[ < ] | [ > ] | [ << ] | [ Up ] | [ >> ] | [Top] | [Contents] | [Index] | [ ? ] |
rtl [options] RefName
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 :
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 $ |
[ < ] | [ > ] | [ << ] | [ Up ] | [ >> ] | [Top] | [Contents] | [Index] | [ ? ] |