cURL / Mailing Lists / curl-users / Single Mail

curl-users

Re: Pipe in the URL ?

From: Alexander Lazic <al-curlusers_at_none.at>
Date: Fri, 14 Jul 2006 09:20:25 +0200

Hi,

On Fre 14.07.2006 02:35, www.mail wrote:
>
>Please could you tell me if it is possible to do something like:
>
>echo "http://www.somewebsite.com/" | curl --url -
>
>because I'd like to download a URL which is displayed by a console
>application, without having to create an intermediate file which
>contains the URL.

Due the fact that i have also need this i have go this way:

curl `grep ....`

I'am not sure if this works also on win32.

>I'm using Win32 version 7.15.4.

curl 7.15.4-CVS (i686-redhat-linux-gnu) libcurl/7.15.4-CVS \
OpenSSL/0.9.7f zlib/1.2.2.2 c-ares/1.3.1 libidn/0.5.15

Hth && regards

Alex
Received on 2006-07-14