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

Command vl

NAME

Command vl :: Variable List

SYNOPSIS

vl [options]

DESCRIPTION

The vl is used to print the variables list. The `-v' can be used to print the value of each variable of the list.

Three options can be used to format output :

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

EXAMPLE

In this example, two variables `a_variable' and `second_variable' are created with va. The value of `a_variable' is changed with vsv.

vl is used to print variables list. `-v' is used to print the value of each variable of the list.

 
$ dio87d -d
$ dio87c va a_variable
$ dio87c vsv a_variable "a b c d"
$ dio87c va second_variable
$
$ dio87c vl
a_variable
second_variable
$
$ dio87c -- vl -v
a_variable	a b c d
second_variable	
$

ACCESS CONTROL

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

SEE ALSO


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

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