Skip to content

Instantly share code, notes, and snippets.

@thomaspuppe
Created February 16, 2015 16:57
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 thomaspuppe/001e61d008d6707fd3ab to your computer and use it in GitHub Desktop.
Save thomaspuppe/001e61d008d6707fd3ab to your computer and use it in GitHub Desktop.
wget tricks

Automatisches Erstellen von Sitemaps unter UNIX:

wget --mirror --no-parent --reject jpg,jpeg,png,gif,svg,mp3,mp4,JPG,pdf,PDF,woff,eof,eot,ttf --output-file=ran-wget.log http://www.ondigo.de/ 
tree | grep -v index.html
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment