Skip to content

Instantly share code, notes, and snippets.

@rowlando
Last active February 27, 2016 15:31
Show Gist options
  • Save rowlando/5da6784488f05dbe038f to your computer and use it in GitHub Desktop.
Save rowlando/5da6784488f05dbe038f to your computer and use it in GitHub Desktop.
Command Line Cheat Sheet

Debug switches

Print out request headers

curl -i https://api.github.com

Print out request and response headers

curl -v https://api.github.com

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment