cURL / Mailing Lists / curl-users / Single Mail

curl-users

Option to Suppress cURL Output

From: Nate Jensen <natejensen88_at_gmail.com>
Date: Wed, 23 Nov 2011 09:30:20 -0500

I have a quick question about about suppressing cURL output.

Whenever I download something using cURL, I always get something that looks
like:

  % Total % Received % Xferd Average Speed Time Time Time
 Current
                                 Dload Upload Total Spent Left
 Speed

  0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:--
  0
  0 0 0 0 0 0 0 0 --:--:-- 0:00:01 --:--:--
  0
Actual data line 1 ...
Actual data line 2 ...
100 121k 100 121k 0 0 16544 0 0:00:07 0:00:07 --:--:--
28523
100 121k 100 121k 0 0 16305 0 0:00:07 0:00:07 --:--:--
360020.45 1.19
Actual data line 3 ...
Actual data line 4 ...

Can I suppress those first few initial lines?
Can I suppress the cURL output in the middle of my data?
I want what I downloaded to look like:

Actual data line 1 ...
Actual data line 2 ...
Actual data line 3 ...
Actual data line 4 ...

Is there an option to do this easily?

Thanks,
Nate

-------------------------------------------------------------------
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-23