[ < ] | [ > ] | [ << ] | [ Up ] | [ >> ] | [Top] | [Contents] | [Index] | [ ? ] |
vl [options]
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 :
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 $ |
[ < ] | [ > ] | [ << ] | [ Up ] | [ >> ] | [Top] | [Contents] | [Index] | [ ? ] |