Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

What is the cURL -s option?

Tags:

curl

Here's an example:

curl -s acme:acmesecret@localhost:9999/uaa/oauth/token

It looks like it is used to specify that the URL contains the acme:acmesecret (authentication credentials) part?

Reference

As Charles pointed out, these types of questions are very easy to answer with explainshell. So if you ended up here you will probably have other similar questions and explainshell is the way to go.

like image 400
Ole Avatar asked Aug 13 '17 01:08

Ole


1 Answers

It means silent. Here's an explainshell link. Plan on using that a lot in the future!

like image 190
Ole Avatar answered Sep 17 '22 18:09

Ole