[ < ] | [ > ] | [ << ] | [ Up ] | [ >> ] | [Top] | [Contents] | [Index] | [ ? ] |
rtk RefName TaskName
rtk
command is used to delete a task in a referential.
The parameters are referential name and task name.
rtk
command is used to delete `task2'.
rtc
and rtl
are used to print the number and the list
of tasks before and after deletion.
$ dio87d -d $ dio87c ra my_ref $ dio87c rta my_ref task1 $ dio87c rta my_ref task2 $ dio87c rta my_ref task3 $ $ dio87c rtc my_ref 3 $ dio87c rtl my_ref task1 task2 task3 $ $ dio87c rtk my_ref task2 $ $ dio87c rtc my_ref 2 $ dio87c rtl my_ref task1 task3 $ |