OPERATING SYSTEMSOS Linux

Demo of wget on Ubuntu and Windows 10 (WSL) | Practical IT

This short video covers using wget and a text file to download multiple files from a website / webserver. This technique can be used on basically any platform that the wget utility can be found and/or installed.

The command takes the form of: wget -i {filename}

You can list multiple files in the text file. This is useful if you want to download multiple ISO images overnight for instance. You could even take it a step further and wrap it into a script that could be launched via cron so that every night it would run at the same time.

#wget #ubuntu #wsl

Check out my blog: https://jeremyleik.com/blog/

source

ubuntu

Leave a Reply

Your email address will not be published. Required fields are marked *