I'd like to run a script that reads a list of URL's from a file and downloads each URL one at a time. The script reads one line from my url list and invokes the command
aria2c -D &
completes 1st URL then goes to 2nd URL and so on till the end of the list. Help
Thanks in advance