cURL / Mailing Lists / curl-users / Single Mail

curl-users

Turn off progress meter

From: Karl Eklund <localpart_at_gmail.com>
Date: Wed, 16 Nov 2011 09:17:16 +0100

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
Received on 2011-11-16