Re: How to download multiple "numbered" files with wget
- From: "Theo v. Werkhoven" <theo@xxxxxxxxxxxxxxxxxxxxxxxx>
- Date: Mon, 26 Nov 2007 23:00:00 +0100
The carbonbased lifeform Christian Herenz inspired alt.os.linux with:
Hi,
I do know not much about the bash, but I know that it is a powerfull
thing. Is there a way how to download multiple files from a http source
of the format:
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
--
theo at van-werkhoven.nl ICQ:277217131 SuSE Linux
linuxcounter.org: 99872 Jabber:muadib at jabber.xs4all.nl AMD XP3000+ 1024MB
"ik _heb_ niets tegen Microsoft, ik heb iets tegen
de uitwassen *van* Microsoft"
.
- Follow-Ups:
- Re: How to download multiple "numbered" files with wget
- From: Christian Herenz
- Re: How to download multiple "numbered" files with wget
- From: Christian Herenz
- Re: How to download multiple "numbered" files with wget
- References:
- How to download multiple "numbered" files with wget
- From: Christian Herenz
- How to download multiple "numbered" files with wget
- Prev by Date: How to download multiple "numbered" files with wget
- Next by Date: Re: How to download multiple "numbered" files with wget
- Previous by thread: How to download multiple "numbered" files with wget
- Next by thread: Re: How to download multiple "numbered" files with wget
- Index(es):
Relevant Pages
|