Bootstrap FreeKB - Curl - Hide progress bar using the -s or --silent flag
Curl - Hide progress bar using the -s or --silent flag

Updated:   |  Curl articles

By default, curl will display a progress bar, like this.

  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
100 32534  100 32534    0     0  5295k      0 --:--:-- --:--:-- --:--:-- 5295k
 

 

The -s or --silent option can be used to not display the progress bar.

curl --silent --url http://www.example.com/index.html

 




Did you find this article helpful?

If so, consider buying me a coffee over at Buy Me A Coffee



Comments


Add a Comment


Please enter 84c514 in the box below so that we can be sure you are a human.