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

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

[Octave-bug-tracker] [bug #57027] Unclear documentation for command "his


From: Hartmut
Subject: [Octave-bug-tracker] [bug #57027] Unclear documentation for command "history_file"
Date: Sat, 12 Oct 2019 13:30:37 -0400 (EDT)
User-agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:69.0) Gecko/20100101 Firefox/69.0

Follow-up Comment #3, bug #57027 (project octave):

Sorry, the code snippet I proposed for the help text in comment #2 does not
work. Please use the following code snippet instead:


   history_file ("~/new/.octave_hist");
   if (exist (history_file ()))
     history('-r', history_file());
   endif


    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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