cURL / Mailing Lists / curl-users / Single Mail

curl-users

Re: Turn off progress meter

From: Abhijeet Rastogi <abhijeet.1989_at_gmail.com>
Date: Wed, 16 Nov 2011 14:09:03 +0530

curl http://aaa.bbb.ccc/ > /dev/null

This sends output (fd=1) to /dev/null

On Wed, Nov 16, 2011 at 1:47 PM, Karl Eklund <localpart_at_gmail.com> wrote:

> Is it possible to turn off the progress meter without turning off error
> messages?
>
> ~ $ curl http://www.google.se/ | less
> [ data randomly mixed with progress meter ]
> ~ $ curl -s http://aaa.bbb.ccc/
> [ silent failure ]
> ~ $ curl -S -s http://aaa.bbb.ccc/
> [ silent failure ]
> ~ $ curl -S http://aaa.bbb.ccc/
> [ silent failure ]
>
>
> -------------------------------------------------------------------
> List admin: http://cool.haxx.se/list/listinfo/curl-users
> FAQ: http://curl.haxx.se/docs/faq.html
> Etiquette: http://curl.haxx.se/mail/etiquette.html
>
>

-- 
Regards,
Abhijeet Rastogi (shadyabhi)
https://plus.google.com/107316377741966576356/

-------------------------------------------------------------------
List admin: http://cool.haxx.se/list/listinfo/curl-users
FAQ: http://curl.haxx.se/docs/faq.html
Etiquette: http://curl.haxx.se/mail/etiquette.html
Received on 2011-11-16