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

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

[Octave-bug-tracker] [bug #44337] doc/interpreter/doc-cache empty since


From: Mike Miller
Subject: [Octave-bug-tracker] [bug #44337] doc/interpreter/doc-cache empty since cset 4f6ae6b94abe
Date: Sat, 21 Feb 2015 17:51:06 +0000
User-agent: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/40.0.2214.111 Safari/537.36

Follow-up Comment #1, bug #44337 (project octave):

And the reason the file is empty is because the following does not work in
Octave:


$ octave --eval 'x = 12; save ("-text", "-", "x");'


This works instead:


$ octave --eval 'x = 12; save ("-text", "/dev/stdout", "x");'


but is of course Unixy-specific.

    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?44337>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/




reply via email to

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