Skip to content

Bash: wget recursively download website

cpx October 11, 2013 1 min read Bash/BASH

Recursively download website

wget -r --no-parent --reject "index.html*" http://mysite.com/configs/.vim/

 

Be the first to comment

protected · no tracking

0 comments