💭 curl with partial files | daniel.haxx.se ========================================== !https://daniel.haxx.se/blog/2024/12/30/curl-with-partial-files/ Date: December 30, 2024 curl with partial files Back in September 2023, we extended the curl command line tool with a new fairly advanced and flexible variable system. Using this, users can use files, environment variables and more in a powerful... daniel.haxx.se · daniel.haxx.se [1] This is a cool new feature coming to bash, I can't think of a use case I have out of the gate, but it looks cool. I'm thinking this might be good to keep in the back pocket for something like CI where I don't have a hightly tuned bashrc file, and I want a dynamic curl request based on some state that exists as a fille. !!! note This post is a thought [2]. It's a short note that I make about someone else's content online #thoughts [3] References: [1]: https://daniel.haxx.se/blog/2024/12/30/curl-with-partial-files/ [2]: /thoughts/ [3]: /tags/thoughts/