readline.write_history_file([filename])
Save the history list to a readline history file, overwriting any existing file. The default filename is ~/.history
. This calls write_history()
in the underlying library.
readline.write_history_file([filename])
Save the history list to a readline history file, overwriting any existing file. The default filename is ~/.history
. This calls write_history()
in the underlying library.
Please login to continue.