Re: How to download multiple "numbered" files with wget
- From: Christian Herenz <herenz@xxxxxxxxxxxxxxxxxxx>
- Date: Fri, 30 Nov 2007 16:15:23 +0100
Theo v. Werkhoven wrote:
The carbonbased lifeform Christian Herenz inspired alt.os.linux with:Theo v. Werkhoven wrote:for i in $(seq 100);do curl -O http://bla.edu/~foouser/$i.html;doneThank you very much, works as expected :-) I will remember that!
Is there an advantage in using curl instead of wget??
Curl has more options when it comes to downloading and saving data from
websites, specially with GET and POST actions.
For your application it doesn't really matter.
Theo
from the curl manual:
or you can get sequences of alphanumeric series by using [] asin:
ftp://ftp.numericals.com/file[1-100].txt
ftp://ftp.numericals.com/file[001-100].txt (with leading zeros)
ftp://ftp.letters.com/file[a-z].txt
wouldn't that matter for my application? :-)
greets,
christian
.
- Follow-Ups:
- Re: How to download multiple "numbered" files with wget
- From: Theo v. Werkhoven
- 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
- Re: 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: crontab problem with stdout
- Next by Date: Re: crontab problem with stdout
- 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):
Relevant Pages
|