[scilab-Users] using wget in scilab

Calixte Denizet calixte at contrib.scilab.org
Fri Jun 24 19:33:20 CEST 2011


Hi,

Le vendredi 24 juin 2011 à 10:22 -0700, lukeaarond a écrit :
> I have been trying to execute wget in scilab, but am having no luck. Here is
> my code:
> 
> unix('wget -O findme.txt http://www.ncbi.nlm.nih.gov/nuccore/NM_000419')
> 

I just tryed in 5.3.2:
mydir='/tmp';cd(mydir);unix('wget -O findme.txt
http://www.ncbi.nlm.nih.gov/nuccore/NM_000419');find(ls(mydir)=='findme.txt')

and that works.

Regards,

Calixte

> Nowhere in my current directory is findme.txt. Even when I do a search of my
> computer for 'findme' nothing is found. Also, no error messages are even
> displayed when running this code. Any suggestions? Thank you in advance.
> 
> --
> View this message in context: http://mailinglists.scilab.org/using-wget-in-scilab-tp3105289p3105289.html
> Sent from the Scilab users - Mailing Lists Archives mailing list archive at Nabble.com.





More information about the users mailing list