/ Published in: Bash

Fetches resources from a remote host with specified crawl depth.
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
wget -H -r --level=1 -k -p ${HOST_NAME}
Comments
