Wget Command Examples Rumi, April 30, 2020 How to Download a File with Wget In it’s simplest form when used without any option, wget will download the resource specified in the [url] to the current directory. In the following example we are downloading the Linux kernel tar archive: wget https://cdn.kernel.org/pub/linux/kernel/v4.x/linux-4.17.2.tar.xz As you can see from the image… Continue Reading