Navigation

Operators and Keywords

Function List:

C++ API

: val = history_file ()
: old_val = history_file (new_val)

Query or set the internal variable that specifies the name of the file used to store command history.

The default value is ~/.octave_hist, but may be overridden by the environment variable OCTAVE_HISTFILE.

See also: history_size, history_save, history_timestamp_format_string.

Package: octave