Package: curl
Version: 7.33.0-1
Severity: important

according the manpage, curl supports backet and brace expansion.

But when I try to run

> curl 'http://site.{one,two,three}.com'

curl tries to download following sites:

> http://site.onethree
> http://site.twothree
> http://site.threethree

and when trying to run

> curl 'http://site[0-9].example.com'

It tries to download the following sites:
> http://site0http://site.exam
> http://site0http://site.exam
http://site0http://site.exam


-- 
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]

Reply via email to