Linux-wget用法
Posted Hedger_Lee
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Linux-wget用法相关的知识,希望对你有一定的参考价值。
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用法的主要内容,如果未能解决你的问题,请参考以下文章