Skip to content

Instantly share code, notes, and snippets.

@djtriptych
Created January 18, 2015 03:24
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 djtriptych/18ded299d1bc5287b64b to your computer and use it in GitHub Desktop.
Save djtriptych/18ded299d1bc5287b64b to your computer and use it in GitHub Desktop.
Stupid Bash Tricks.
# Scrape site recursively from starting point (don't follow links back towards root).
wget <url> -r
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment