• Welcome to ForumKorner!
    Join today and become a part of the community.

Clone a site using linux command line

Sleep

Twitter : Signallings
Reputation
0
How to clone a website using the linux command line.

1. Open up your linux command terminal
2. Type, wget -r -nc -p --html-extension -k -np https://example.com
3. The command will now grep and download the entire source
Linuxcommandlibrary.com
For detailed description on every command.
 
Top