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

Command vi

NAME

Command vi :: Variable Information

SYNOPSIS

vi VariableName

DESCRIPTION

The vi command returns information on a variable. The parameter is the name of the variable.

EXAMPLE

In this example, a variable named `a_variable' is created with va. Its value is changed with `vsv'. vi command is used to print the value of the variable.

 
$ dio87d -d
$ dio87c va a_variable
$
$ dio87c vi a_variable
Variable name:	a_variable
Value:	
$
$ dio87c vsv a_variable "new value"
$
$ dio87c vi a_variable
Variable name:  a_variable
Value:          new value
$

ACCESS CONTROL

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

SEE ALSO



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