cURL a URL and follow redirects

Curls a URL and follows redirects by using the -L flag. To limit the number of redirects, append `--max-redirects <num>`.

Authored by: freedev
Brought to you by Warp, a free terminal reimagined to work like a modern app.
url

Command
Copy
curl -L url
Tags