i have a text file that contains a list of urls for files of my word
for example :
http://domain.com/file1.zip
http://domain.com/file2.zip
http://domain.com/file3.zip
http://domain.com/file4.zip
...etc
how can i batch download all files to a folder automatically from linux shell command
thanks for help