Re: How to download multiple "numbered" files with wget
- From: Christian Herenz <herenz@xxxxxxxxxxxxxxxxxxx>
- Date: Tue, 27 Nov 2007 08:12:31 +0100
Theo v. Werkhoven wrote:
http://bla.edu/~foouser/1.html
http://bla.edu/~foouser/2.html
...
http://bla.edu/~foouser/100.html
for i in $(seq 100);do curl -O http://bla.edu/~foouser/$i.html;done
Theo
as stated above, this works really well. but i just wondered, how to make it for files like .../001.htm ... possibly a little more difficult?
greets christian
(who really needs to learn how to bash)
.
- Follow-Ups:
- Re: How to download multiple "numbered" files with wget
- From: Chris F.A. Johnson
- Re: How to download multiple "numbered" files with wget
- References:
- How to download multiple "numbered" files with wget
- From: Christian Herenz
- Re: How to download multiple "numbered" files with wget
- From: Theo v. Werkhoven
- How to download multiple "numbered" files with wget
- Prev by Date: Re: My computer completely crashed
- Next by Date: Re: My computer completely crashed
- Previous by thread: Re: How to download multiple "numbered" files with wget
- Next by thread: Re: How to download multiple "numbered" files with wget
- Index(es):