Skip to content

Instantly share code, notes, and snippets.

@astraw
Created October 19, 2012 13:40
Show Gist options
  • Save astraw/3918285 to your computer and use it in GitHub Desktop.
Save astraw/3918285 to your computer and use it in GitHub Desktop.
get the current webpage (and not a version in a proxy's cache)
wget --cache=no --header='Cache-Control: max-age=0, no-cache' $*
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment