[ < ] | [ > ] | [ << ] | [ Up ] | [ >> ] | [Top] | [Contents] | [Index] | [ ? ] |
vsv VariableName NewValue
vsv
is used to change the value of a variable. The parameters are
the variable name and the new value.
vsv
command is used to change its value. vsv
is used
to print variable value before and after change.
$ dio87d -d $ dio87c va my_variable $ dio87c vi my_variable Variable name: my_variable Value: $ $ dio87c vsv my_variable "new value" $ $ dio87c vi my_variable Variable name: my_variable Value: new value $ $ |