/ Published in: Bash
URL: http://stackoverflow.com/questions/3131338/image-folder-download-using-wget
Expand |
Embed | Plain Text
curl http://asdf.com/what/ever/image/img[00-99].gif -o img#1.gif
You need to login to post a comment.
fyrebase on 04/05/11
1 person have marked this snippet as a favorite
URL: http://stackoverflow.com/questions/3131338/image-folder-download-using-wget
curl http://asdf.com/what/ever/image/img[00-99].gif -o img#1.gif
You need to login to post a comment.