Skip to content

Instantly share code, notes, and snippets.

@jamiehs
Created February 26, 2014 17:59
Show Gist options
  • Save jamiehs/9234798 to your computer and use it in GitHub Desktop.
Save jamiehs/9234798 to your computer and use it in GitHub Desktop.
Recursively download a directory listing structure, filtering specific file types.
wget -r -A=jpeg,jpg,bmp,png,gif,tiff,xpm,ico http://www.somesite.com/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment