码迷,mamicode.com
首页 > 系统相关 > 详细

Linux-wget用法

时间:2020-06-05 00:44:12      阅读:78      评论:0      收藏:0      [点我收藏+]

标签:tmp   http   filename   www   class   jpg   shell   linu   静默   

wget

下载文件

-O filename 指定生成的文件名

-P 保存到指定的目录

-q 静默模式

-r 递归下载

-p 下载所有的html元素

wget http://www.xiaohuar.com/d/file/20190809/small620192446e4599c844fc40a3e7b119141565366028.jpg
wget -P /tmp http://www.xiaohuar.com/d/file/20190809/small620192446e4599c844fc40a3e7b119141565366028.jpg
wget -O /tmp/xiaohua.png http://www.xiaohuar.com/d/file/20190809/small620192446e4599c844fc40a3e7b119141565366028.jpg
wget -p http://www.xiaohuar.com/
wget -q -O /tmp/xiaohua2.png http://www.xiaohuar.com/d/file/20190809/small620192446e4599c844fc40a3e7b119141565366028.jpg
其中 -P 和-O 选项冲突

Linux-wget用法

标签:tmp   http   filename   www   class   jpg   shell   linu   静默   

原文地址:https://www.cnblogs.com/Hedger-Lee/p/13047272.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!