Execute a UNIX command and return result
unix
unix_g
Output values order is inversed in Scilab and in Matlab.
In Scilab use disp to emulate Matlab -echo option.
[status,result] = unix(...)
[result,status] = unix_g(...)