Live Chat!

wget files based on the links in a file.

* * * * * 1 votos

October 3rd, 2006 mysurface Posted in Network, wget | Hits: 4266 |

Let say I store all my links into a file call url2dl.txt and separate each link by newline. I can do this

wget -i url2dl.txt

This is a short example, actually I think of put it in as comment of post
xargs use stardard output as parameter for another command

But i think a new post is more visible to reader.

Leave a Reply