User Tools

Site Tools


ubuntu:wget:download_multiple_files_urls

Ubuntu - wget - Download Multiple Files / URLs

First, store all the download files or URLs in a text file as:

cat > download-file-list.txt

Displays:

URL1
URL2
URL3
URL4

Next, give the download-file-list.txt as argument to wget using -i option as shown below.

wget -i download-file-list.txt
ubuntu/wget/download_multiple_files_urls.txt · Last modified: 2020/07/15 09:30 by 127.0.0.1

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki