I have a text file url.txt with urls one per line. Something like:
http://www.something.com/image1.jpg
http://www.something.com/image2.jpg
...
If I put the following command in command line or in a shell script it works fine:
cat urls.txt | awk '{ print $0}'
This simply prints out the content...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.