Monday 20 November 2017

How to download multiple files at once - in single command

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

No comments:

Post a Comment