|
| From: | Rik |
| Subject: | [Octave-bug-tracker] [bug #41505] Cannot save to stdout |
| Date: | Sun, 09 Feb 2014 20:20:06 +0000 |
| User-agent: | Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:26.0) Gecko/20100101 Firefox/26.0 |
Follow-up Comment #10, bug #41505 (project octave):
Seems suitable for stable. I applied your patch and there is still one
oddball case that isn't covered.
x = [1 2 3 4];
save - x
error: Invalid call to save. Correct usage is:
-- Command: save file
-- Command: save options file
-- Command: save options file V1 V2 ...
-- Command: save options file -struct STRUCT F1 F2 ...
It works if you use the function form of save() or add an option
save ("-", "x")
save -text - x
_______________________________________________________
Reply to this item at:
<http://savannah.gnu.org/bugs/?41505>
_______________________________________________
Message sent via/by Savannah
http://savannah.gnu.org/
| [Prev in Thread] | Current Thread | [Next in Thread] |