aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2005-11-09 23:15:04 +0000
committerDaniel Stenberg <daniel@haxx.se>2005-11-09 23:15:04 +0000
commit0f82af0f4988e56bbec94a086253d938a6afb42d (patch)
treee37789bef338ce426abf6a881e32186948ded19c
parentf0d839436ff22311f03dd082818c7a7d73174b8e (diff)
* Add step parameter to the globbing. Like [0-1000;10] that would walk the
range increasing the number with 10 for every step. Requested by Jose: http://curl.haxx.se/feedback/display.cgi?id=11315662266802
-rw-r--r--docs/TODO4
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/TODO b/docs/TODO
index 31ff00863..4558c6dd1 100644
--- a/docs/TODO
+++ b/docs/TODO
@@ -208,6 +208,10 @@ TODO
should also be used to set the mod date on the downloaded file.
(idea from "Brianiac")
+ * Add step parameter to the globbing. Like [0-1000;10] that would walk the
+ range increasing the number with 10 for every step. Requested by Jose:
+ http://curl.haxx.se/feedback/display.cgi?id=11315662266802
+
* Globbing support for -d and -F, as in 'curl -d "name=foo[0-9]" URL'.
Requested by Dane Jensen and others. This is easily scripted though.