Skip to content

Instantly share code, notes, and snippets.

@jrk
Created July 28, 2009 03:19
Show Gist options
  • Save jrk/156901 to your computer and use it in GitHub Desktop.
Save jrk/156901 to your computer and use it in GitHub Desktop.
Recursive wget with link rewriting to point to local/relative paths
# Recursive wget with link rewriting to point to local/relative paths
wget -rk <url>
@pgrm
Copy link

pgrm commented Dec 22, 2016

add -p to download also assets

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment