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
___
users mailing list
users@lists.scilab.org
http://lists.scilab.org/mailman/listinfo/users


[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 command line.


Regards,
Paul


On 02/11/2015 04:48 PM, Hector Mora wrote:

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


--
Paul BIGNIER
Development engineer
---
Scilab Enterprises
143bis rue Yves Le Coz - 78000 Versailles, France
Phone: +33.1.80.77.04.69
http://www.scilab-enterprises.com

___
users mailing list
users@lists.scilab.org
http://lists.scilab.org/mailman/listinfo/users