comparison scripts/miscellaneous/unix.m @ 5053:c08cb1098afc

[project @ 2004-10-19 23:10:54 by jwe]
author jwe
date Tue, 19 Oct 2004 23:10:55 +0000
parents 14027e0bafa4
children 4c8a2e4e0717
comparison
equal deleted inserted replaced
5052:c6ef19da4b24 5053:c08cb1098afc
24 ## system, otherwise do nothing. Return the exit status of the program 24 ## system, otherwise do nothing. Return the exit status of the program
25 ## in @var{status} and any output sent to the standard output in 25 ## in @var{status} and any output sent to the standard output in
26 ## @var{text}. If the optional second argument @code{"-echo"} is given, 26 ## @var{text}. If the optional second argument @code{"-echo"} is given,
27 ## then also send the output from the command to the standard output. 27 ## then also send the output from the command to the standard output.
28 ## @end deftypefn 28 ## @end deftypefn
29 ##
29 ## @seealso{isunix, ispc, system} 30 ## @seealso{isunix, ispc, system}
30 31
31 ## Author: octave-forge ??? 32 ## Author: octave-forge ???
32 ## Adapted by: jwe 33 ## Adapted by: jwe
33 34