[ACCEPTED]-curl progress - only show percentage-curl
Accepted answer
Two modifiers might help, although neither 6 are exact: --silent
will suppress all updates and 5 --progress-bar
will show a progress bar only.
Edit: One 4 option to make things easier would be to 3 make a wrapper using Expect to simplify the output 2 to your shell script or whatever is listening 1 to curl.
Does the parameter -#
solve your problem?
-#/--progress-bar
Make 3 curl display progress information as a 2 progress bar instead of the default statistics.
From 1 here.
You might want to try the -#
option.
It shows 1 a simple progress bar and percentage downloaded.
Source:
stackoverflow.com
More Related questions
Cookie Warning
We use cookies to improve the performance of the site. By staying on our site, you agree to the terms of use of cookies.