From octave-maintainers-request at bevo dot che dot wisc dot edu Fri Jan 9 20:46:46 2004 Subject: unix function From: "John W. Eaton" To: octave-maintainers mailing list Date: Fri, 9 Jan 2004 20:46:33 -0600 I see that octave-forge includes a unix.m file that emulates the Matlab unix function. For Unix-like systems, this is implemented in terms of the sysmtem function and for Windows systems there is a separate file that does nothing. Is that really what isunix does in Matlab on Windows systems? I can't find anything that says so in the documentation. In any case, given that we have an isunix function, I think we should have just one version of unix.m, so I propose adapting the version from octave-forge. Comments? jwe