* Add step parameter to the globbing. Like [0-1000;10] that would walk the
authorDaniel Stenberg <daniel@haxx.se>
Wed, 9 Nov 2005 23:15:04 +0000 (23:15 +0000)
committerDaniel Stenberg <daniel@haxx.se>
Wed, 9 Nov 2005 23:15:04 +0000 (23:15 +0000)
commit0f82af0f4988e56bbec94a086253d938a6afb42d
treee37789bef338ce426abf6a881e32186948ded19c
parentf0d839436ff22311f03dd082818c7a7d73174b8e
* 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