Skip to content

Instantly share code, notes, and snippets.

@mcfearsome
Created July 24, 2008 04:58
Show Gist options
  • Save mcfearsome/2050 to your computer and use it in GitHub Desktop.
Save mcfearsome/2050 to your computer and use it in GitHub Desktop.
# Example of getting all files in a directory listing using wget
# -r tell wget to recurse over the links on a page
# -np keeps wget from moving up to the parent
wget -r -np -np http://gnosis.cx/download/relax/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment