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

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

[Octave-bug-tracker] [bug #43716] system function won't capture screen o


From: sergey plotnikov
Subject: [Octave-bug-tracker] [bug #43716] system function won't capture screen output for some external commnad
Date: Fri, 19 Dec 2014 23:33:10 +0000
User-agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:30.0) Gecko/20100101 Firefox/30.0

Follow-up Comment #4, bug #43716 (project octave):

But shouldn't system capture stderr as well? As far as I can tell Matlab
captures everything..

Matlab:

>> [st, out] = system ('foo');
>> out
out =
/bin/bash: foo: command not found


Octave:

>> [st, out] = system ('foo');
sh: 1: foo: not found
>> out
out =


    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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