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

Command tl

NAME

Command tl :: Target List

SYNOPSIS

tl [options]

DESCRIPTION

The tl command return the list of targets.

Three options can be used to format output :

Two options can be used to print a part of the whole list :

EXAMPLE

In this sample, two targets `localhost' and `eagon' are created with 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 
$

ACCESS CONTROL

This function requires the `consult' privilege for the `target' command family.

SEE ALSO



This document was generated by dom on September, 11 2005 using texi2html