curl -sS https://example.com

Category: Web App Development

curl -sS https://example.com

Fetch a URL silently but show errors

Fetches the page with the progress meter hidden while still printing error messages when the request fails. The -s flag silences progress, and the extra S keeps curl's error output visible. The typical replacement for curl -s in scripts.
Looking for more? Search all 7,657 commands — works offline, in English or Spanish, and fixes typos.