why doesn't curl work in tcsh?

kegger64

Registered
When I try to use curl to get a series of files from a webserver with a command like this..

curl -O http://someserver.com/file[01-10].txt

I get an error message "no match"

I know that it's got to do with the tcsh shell trying to intrepret the [], because the command works fine if I use bash.

Can somebody tell me why this is happening, and what I can do to use [] in a curl command in tcsh?

Gracias!
 
Back
Top