download multiple files by single linux command
download multiple files by single command
Suppose you have approx 1000 image files for download, then here is a command to download all them on linux server.
- Create a text file named it urls.txt
- enter all urls each url in a new line
- type WGET -i urls.txt in your terminal
WGET -i urls.txt