Difference between revisions of "Curl -L"

From wikieduonline
Jump to navigation Jump to search
(Changed redirect target from Curl to CURL)
Tag: Redirect target changed
 
(16 intermediate revisions by 3 users not shown)
Line 1: Line 1:
#redirect [[CURL]]
+
{{lowercase}}
 +
 
 +
<code>-L, --location      follow [[redirects]]</code>
 +
 
 +
<code>-s, [[--silent]]</code>
 +
 
 +
<code>[[curl -sL]] https://[[sentry.io]]/get-cli/ | bash</code>
 +
 
 +
<code>curl -L https://kots.io/install | REPL_INSTALL_PATH=~/bin bash</code>
 +
 
 +
curl -L https://foundry.[[paradigm.xyz]] | bash
 +
 
 +
== Related ==
 +
* <code>[[curl -s]]</code>
 +
* <code>[[curl -sSL]]</code>
 +
* <code>[[curl -sSLo]]</code>
 +
* <code>[[curl: (47) Maximum (50) redirects followed]]</code>
 +
 
 +
== See also ==
 +
* {{redirect}}
 +
* {{curl}}
 +
 
 +
[[Category:Curl]]

Latest revision as of 10:22, 8 November 2024

Advertising: