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

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

[Octave-bug-tracker] [bug #57158] Shorten output of "path" on terminal b


From: Rik
Subject: [Octave-bug-tracker] [bug #57158] Shorten output of "path" on terminal by replacing OCTAVE_HOME part
Date: Sun, 3 Nov 2019 11:19:39 -0500 (EST)
User-agent: Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko

Update of bug #57158 (project octave):

                  Status:                    None => Confirmed              

    _______________________________________________________

Follow-up Comment #1:

I think this would be a great idea.  It's a little tougher to implement
because path is a C++ function, but this would be the gist of code that would
do it assuming the PATH was available in a cell string array.


HOME = OCTAVE_HOME ();
new_path = strrep (PATH, HOME, "<OCTAVE_HOME>");




    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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