[ < ] | [ > ] | [ << ] | [ Up ] | [ >> ] | [Top] | [Contents] | [Index] | [ ? ] |
tk TargetName
tk
command is used to delete a target. The parameter is the name
of the target.
ta
command.
Then `target2' is deleted with tk
.
The target list is printed before and after to verify that `target2'
is deleted.
$ dio87d -d $ dio87c -- ta target1 $ dio87c -- ta target2 $ dio87c -- ta target3 $ dio87c -- tl target1 target2 target3 $ dio87c -- tk target2 $ dio87c -- tl target1 target3 $ |