Clone a site using linux command line

Sleep

Discord : clumsybeats
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.
 
Back
Top