Documentation

#HISTLOAD

Added in v3.23

HISTLOAD

Syntax: #HISTLOAD filename append
Related: #HISTSAVE

Load the command history from the specified file. If the "append" argument is given and is non-zero then the history in the file is appended to the current history, otherwise the current history is overwritten.

HISTLOAD examples

#HISTLOAD myhistory.txt 1


Appends the commands stored in the myhistory.txt file to the current command history.

Add comment

Login or register to post comments