There is a gallery in the format:
http:\\DOMAIN\file0001.jpg ⇒ http:\\DOMAIN\file0543.jpg
How can I download them all using wget?
How can I make it wait 2 seconds between downloads?
i'm using bash ver 3.2.
|
feedback
|
|
In bash:
If you want to wait 2 seconds between downloads, add a | ||||
|
feedback
|
|
Use ranges with
The above answer works with
| |||||
feedback
|
http://domain/), never backslashes. – grawity Sep 29 '11 at 11:42