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: Xiangrui Li
Subject: [Octave-bug-tracker] [bug #43716] system function won't capture screen output for some external commnad
Date: Thu, 27 Nov 2014 18:22:57 +0000
User-agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.2171.65 Safari/537.36

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

                 Summary: system function won't capture screen output for some
external commnad
                 Project: GNU Octave
            Submitted by: xiangrui
            Submitted on: Thu 27 Nov 2014 06:22:56 PM GMT
                Category: Octave Function
                Severity: 3 - Normal
                Priority: 5 - Normal
              Item Group: Matlab Compatibility
                  Status: None
             Assigned to: None
         Originator Name: Xiangrui Li
        Originator Email: 
             Open/Closed: Open
         Discussion Lock: Any
                 Release: 3.8.1
        Operating System: GNU/Linux

    _______________________________________________________

Details:

Following captures the output as expected:
[status, cmdout]= system('dir'); % same for 'echo dsfa' etc

However, following still gives screen output, and cmdout is empty:
[status, cmdout]= system('gzip -V');

In Matlab, there is no screen output for both above cases, and the  screen
output always goes to cmdout.

The behavior is the same for Windows 7 and Linux.




    _______________________________________________________

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]