Download Multiple Files From Command Line In Ubuntu Linux

If you work on remote linux servers then you often need to download multiple files. The utility which is used to download files from the command line is called Wget. Lets see how we can download multiple file from the command line using the Wget command.

The following command is used to download a single file using wget:

wget URL

Replace URL with the exact url of the file to download.

wget http://www.addictivetips.com/wp-content/uploads/2009/12/InternetTesterUpdate.png

Now what if you want to download multiple files, it’s time consuming and tiring to run the above command for each file that you want to download. Here is the trick, just create a file and put all the urls in that file. To create a new file(named Download) run the command:

gedit download

Now enter all URLs in this file.

Wget

Use this file as a parameter for wget. The following wget command will download the multiple files as per your given setting, in this file.

wget –i download

It is that simple and easy. Enjoy!

  • Share this article!

    • Digg this!
    • Bookmark on Reddit
    • Bookmark at Delicious
    • Stumble this!
    • Share this post at Facebook
    • Tweet this!
    • Share on Yahoo! Buzz
    • Add AddictiveTips to your Technorati favorites
    • Share on Friendfeed
This entry was posted in Ubuntu Linux and tagged , , . Bookmark the permalink. Post a comment or leave a trackback: Trackback URL.

2 Comments

  1. Posted December 20, 2009 at 7:21 pm | Permalink

    Like the tip very much. Added it to my library:
    http://fosslib.tsakf.net/record/317

  2. Posted December 21, 2009 at 12:21 am | Permalink

    Like the tip very much. Added it to my library:
    http://fosslib.tsakf.net/record/317

Post a Comment

Your email is never published nor shared. Required fields are marked *

*
*

You may use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>


More in Ubuntu Linux,Windows (5 of 5 articles)