简体   繁体   中英

What is the cURL -s option?

Here's an example:

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

It looks like it is used to specify the 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.

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

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM