[Subject Prev][Subject Next][Thread Prev][Thread Next][Subject Index][Thread Index]

Re: Re: downloaders for linux



On Thu, 22 Mar 2001, soumya wrote:

> That is the difference between Windows and Linux.  Under Linux you don't
> need such capability. Just start another instance of the program and run all
> of them in background ( use & after the command)
>
> Like
>
> wget <URL1> &
> wget <URL2> & ...

Here is a better way:

dump all the URLs into a text file one after the other,  then run

wget -b -i <listfilename>

and go away ;-)

Atul

-- 
----------------------------------------------------------
Atul Chitnis       | achitnis@xxxxxxxxxxx (PGP:6011BCB8)
Exocore Consulting | http://www.exocore.com
Bangalore, India   | +91 (80) 3440397 Fax +91 (80) 3341137
----------------------------------------------------------