Skip to content

Instantly share code, notes, and snippets.

@ghooghe
Created July 3, 2013 18:43
Show Gist options
  • Select an option

  • Save ghooghe/5921537 to your computer and use it in GitHub Desktop.

Select an option

Save ghooghe/5921537 to your computer and use it in GitHub Desktop.
Wget to save a website for local use
wget -rkpE <uri>
# -r : récursif
# -k : converti les liens en liens locaux
# -p : télécharge tous les fichiers nécéssaires à l'affichage de la page en local
# -E : modifie les extensions des pages Web en .html
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment