Re: How to download multiple "numbered" files with wget



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"
.



Relevant Pages

  • Re: HTTP Request from a shell script - Pinging Google
    ... man wget and man curl return "No manual entry for xxx" so I don't ... Or should I look at installing these modules? ... It works on systems that have bash. ... "ik _heb_ niets tegen Microsoft, ...
    (comp.unix.programmer)
  • Re: HTTP Request from a shell script - Pinging Google
    ... I have no idea how you got that notion, but Bash knows nothing about ... Use 'netcat' for those applications. ... even when the device file /dev/tcp is present. ... "ik _heb_ niets tegen Microsoft, ...
    (comp.unix.programmer)