Re: [Scilab-users] linux command line

2015-02-11 Thread sgougeon
Hello, I would like to give, in Scilab, a linux command line. It's possible? For example mv file1.txt file2.txt yes, you may use one of the unix..() or host() functions: http://help.scilab.org/docs/5.5.1/en_US/section_7182261dbbb2bb2293bb9166ba5f1fb3.html Regards Samuel

[Scilab-users] linux command line

2015-02-11 Thread Hector Mora
Hi all: I would like to give, in Scilab, a linux command line. It's possible? For example mv file1.txt file2.txt Best regards Hector ___ users mailing list users@lists.scilab.org http://lists.scilab.org/mailman/listinfo/users

Re: [Scilab-users] linux command line

2015-02-11 Thread Paul Bignier
Hello Hector, The File section http://help.scilab.org/docs/5.5.1/en_US/section_efa4cbf5c15e166f34901f827390e756.html will give you the Scilab linux commands that you are looking for :) Otherwise, use the unix http://help.scilab.org/docs/5.5.1/en_US/unix.html function to make your own