Skip to content

Instantly share code, notes, and snippets.

@tommybutler
Created August 4, 2018 11:22
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tommybutler/45a5d0d1d0d24b42ac286f4d8d9bef4b to your computer and use it in GitHub Desktop.
Save tommybutler/45a5d0d1d0d24b42ac286f4d8d9bef4b to your computer and use it in GitHub Desktop.
Grab/Dump HTTP Headers with curl
# just stick this in your .bashrc...
headers () { curl -ksLIX HEAD "$1" ; } # in lieu of $ lynx -head -dump $1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment