Hey! Download using curl can be tricky if you're new, but you're on the right track. The `-O` flag saves the file with its original name, but if you want to rename it, use `-o`. Example: `curl -o mycoolfile.pdf [URL]`.
Pro tip: Add `-v` for verbose output to see what’s happening behind the scenes. It’s super helpful for debugging.
Pro tip: Add `-v` for verbose output to see what’s happening behind the scenes. It’s super helpful for debugging.
