Previous versions of cURl would show range and progress of a multiple requests in Mac Terminal i.e curl "site.com/[a-z].html"
the output would be something to the effect of
[1/26] site.com/a.htmlcontent response[2/26] site.com/a.htmletc..etc
My updated version has the output but doesn't show the request progress and url which was better for formatting and tracking. If I can enable that in the latest curl please let me know how to enable it.
Here's an example, it used to do this by default in the terminal i.imgur.com/zERO28n.png