Re: [Scilab-users] linux command line

2015-02-20 Thread Hector Mora
Thanks a lot. Ca marche. 2015-02-11 11:48 GMT-05:00 : > 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_71

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 ___

Re: [Scilab-users] linux command line

2015-02-11 Thread Paul Bignier
Hello Hector, The File section will give you the Scilab linux commands that you are looking for :) Otherwise, use the unix function to make your own c

[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