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
Not sure why it's doing that. Try -s with the -o option to set the output file instead of >.
-o
>