I'm twiting

访问统计

free counters

wget 批量下载

当要同时下载多个文件时,可以将要下载的url存到一个download_list.txt中。如:


http://mysql.mirror.kangaroot.net/Downloads/MySQL-5.1/mysql-5.1.32.tar.gz
http://cn.php.net/distributions/php-5.2.9.tar.bz2
...

每一行为一个下载url,然后使用

wget -i download_list.txt

即可将列表中的链接一次下载下来,参数 i 为读取列表文件。

Share on Facebook

Leave a Reply

 

 

 

You can use these HTML tags

<a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>