[ACCEPTED]-curl progress - only show percentage-curl

Accepted answer
Score: 28

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.

Score: 11

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.

Score: 10

You might want to try the -# option.

It shows 1 a simple progress bar and percentage downloaded.

More Related questions