Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save xiaoyvr/3bfb38c578ea2d4dc31f070c8ba88d34 to your computer and use it in GitHub Desktop.
Save xiaoyvr/3bfb38c578ea2d4dc31f070c8ba88d34 to your computer and use it in GitHub Desktop.
get only status code on curl
curl -LI mazgi.com -o /dev/null -w '%{http_code}\n' -s
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment