write_array_var

Purpose:

Use this utility to force the contents of an array variable to be written to a disk file in /data/<label.array>

It does essentially the same thing that the “save_status” application is doing periodically, except the write_array_var application does it immediately when the command is executed.

Enter:

write_array_var <array_variable_name>

Where:

array_variable_name Specify the array variable to be written.

Example:

write_array_var state

Updates the /data/state.array file with the contents of the ‘state’ array variable.

Notes:

 

See Also: