[scilab-Users] opening files with unknown names

allan.cornet at scilab.org allan.cornet at scilab.org
Mon Aug 15 19:06:27 CEST 2011


Hi,

> Another way is to use the find command under every decent UNIX (you
> can probably use this under windows with something like cygwin):
> [rep, stat] = unix_g("find . -iname *.txt")


I advice  to not use system functions to do this, because your code 
will be platform dependants

see

http://help.scilab.org/docs/5.3.3/en_US/ls.html
http://help.scilab.org/docs/5.3.3/en_US/grep.html

Allan




More information about the users mailing list