Skip to content

Instantly share code, notes, and snippets.

@zhjuncai
Last active December 19, 2015 17:49
Show Gist options
  • Save zhjuncai/5994342 to your computer and use it in GitHub Desktop.
Save zhjuncai/5994342 to your computer and use it in GitHub Desktop.
CURL Usage
--silent don't output anything
curl --silent http://example.com > /dev/null 2>&1
curl --output-document=/dev/null http://example.com
--cookie attach cookie with your request
curl --cookie "key=value" http://server.com
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment