wget paramter -

2002-05-16 Thread Gurkan Sengun

hi

what about this parameter
With no FILE, or when FILE is -, read standard input.
(read url's actually)

kind regards
gürkan

-- 
my public key is at www.linuks.mine.nu/me/
Windoze not found: (C)heer, (P)arty or (D)ance?



wget paramter -

2002-05-16 Thread Gurkan Sengun

hi

it's me again
sorry actually wget -i - does what i wanted

i know that:
 while(read a); do wget $a; done

but i wanted it to act like cat - ..

gürkan

-- 
my public key is at www.linuks.mine.nu/me/
Windoze not found: (C)heer, (P)arty or (D)ance?



Re: wget paramter -

2002-05-16 Thread Ian Abbott

On Thu, 16 May 2002 12:22:42 +0200, Gurkan Sengun
[EMAIL PROTECTED] wrote:

what about this parameter
With no FILE, or when FILE is -, read standard input.
(read url's actually)

This is not a bug.  Please use [EMAIL PROTECTED] for feature requests.

It's a nice idea, but rather than `-' it should be `-i -' as that is
more consistent with the existing `-O -' usage.