Accesing Text File Using Shell Script.
Given a text file in which there are links of file to be dowloaded (one link per line), here I am posting a shell script to achieve the task.
1 2 3 4 5 6 |
|
The above shell script reads the ideas.txt file line by line and download all the files in the current directory.