[ < ] | [ > ] | [ << ] | [ Up ] | [ >> ] | [Top] | [Contents] | [Index] | [ ? ] |
tl [options]
tl
command return the list of targets.
Three options can be used to format output :
ta
command. tl
is used to print target list.
Then `-d' option is used to print target description for each target
of the list.
$ dio87d -d $ dio87c -- ta localhost "local computer" $ dio87c -- ta eagon "a remote computer" $ dio87c -- tl localhost eagon $ dio87c -- tl -d localhost local computer eagon a remote computer $ |