mirror of
https://github.com/curl/curl.git
synced 2026-08-24 16:53:34 +03:00
parent
92f8a1686d
commit
440bc97e4c
6 changed files with 36 additions and 16 deletions
|
|
@ -8,15 +8,15 @@ Provide a list with three different names like this:
|
|||
|
||||
"http://site.{one,two,three}.com"
|
||||
|
||||
or you can get sequences of alphanumeric series by using [] as in:
|
||||
Do sequences of alphanumeric series by using [] as in:
|
||||
|
||||
"ftp://ftp.example.com/file[1-100].txt"
|
||||
|
||||
And with leading zeroes:
|
||||
With leading zeroes:
|
||||
|
||||
"ftp://ftp.example.com/file[001-100].txt"
|
||||
|
||||
Or with letters through the alphabet:
|
||||
With letters through the alphabet:
|
||||
|
||||
"ftp://ftp.example.com/file[a-z].txt"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue