octave-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Octave-bug-tracker] [bug #60761] Invoking Octave with -f also loses com


From: Rik
Subject: [Octave-bug-tracker] [bug #60761] Invoking Octave with -f also loses command history
Date: Thu, 10 Jun 2021 17:16:03 -0400 (EDT)
User-agent: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.77 Safari/537.36

Update of bug #60761 (project octave):

                Category:                    None => Interpreter            
              Item Group:                    None => Feature Request        
                  Status:                    None => Wont Fix               
             Open/Closed:                    Open => Closed                 

    _______________________________________________________

Follow-up Comment #1:

The --norc option is designed to run Octave in a very clean way without
interference from any settings files, including the user's history file.

If you want access to an existing history file then you can just read in those
commands with the command "history -r FILENAME".  See also the documentation
for history_file().

Complete example:


octave -f
history -r FILENAME




    _______________________________________________________

Reply to this item at:

  <https://savannah.gnu.org/bugs/?60761>

_______________________________________________
  Message sent via Savannah
  https://savannah.gnu.org/




reply via email to

[Prev in Thread] Current Thread [Next in Thread]