pcopy icon indicating copy to clipboard operation
pcopy copied to clipboard

The curl command has -s (silent) and -S (show errors) but -s wins

Open binwiederhier opened this issue 2 years ago • 0 comments

$ curl -sSL "https://nopaste.net/abc?a=def"
$ curl -SL "https://nopaste.net/abc?a=def"
Warning: Binary output can mess up your terminal. Use "--output -" to tell 
Warning: curl to output it to your terminal anyway, or consider "--output 
Warning: <FILE>" to save to a file.

binwiederhier avatar Sep 22 '21 13:09 binwiederhier