From 0f82af0f4988e56bbec94a086253d938a6afb42d Mon Sep 17 00:00:00 2001
From: Daniel Stenberg <daniel@haxx.se>
Date: Wed, 9 Nov 2005 23:15:04 +0000
Subject: [PATCH] * 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

---
 docs/TODO | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/docs/TODO b/docs/TODO
index 31ff00863b..4558c6dd16 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.
 
-- 
GitLab