Create a local copy of a web page
Using the following command on linux, you can create a local copy of a web page with all images and files saved:
wget --page-requisites http://example.com/
Using the following command on linux, you can create a local copy of a web page with all images and files saved:
wget --page-requisites http://example.com/
No comments yet.