Linux Notes: Downloading a full website using Wget



Linux Notes: Downloading a full website using Wget

Linux Notes: Downloading a full website using Wget

This tutorial shows you how to download a full website using the wget command-line utility on GNU/Linux. I explain some of the basic options of wget that you can use to accomplish the task.

I’ve made a Bash script so that you don’t have to memorize the options and for quick reference. The next time you need to download a website you just have to type `$ website-dl [website url here] ‘.

➤ You can download the code from my Github Gist:
https://gist.github.com/ryesalvador/c1a15dcfe56504468ea9d8f3ac121ded

➤ Donate Bitcoin:185XbXULDaktaSofLL9xA9j4RTmdnvm9Kn?message=Tip%20Jar%20YouTube&time=1603954727

➤ Tip Jar (any amount): https://paypal.me/salvadorrye

Comments are closed.