I\'m trying to use cURL in a script and get it to not show the progress bar.
I\'ve tried the -s, -silent,
-s
-silent
this could help..
curl 'http://example.com' > /dev/null