Wget 笔记
Mac 使用 home-brew 安装 wget
- 如果还没有安装Homebrew,请先安装 Homebrew
brew install wget
未整理原笔记
wget 命令批量下载文件
一行命令批量下载文件
wget -i filelist.txt
wget下载整个网站或特定目录 https://blog.csdn.net/hu_jinghui/article/details/80938899
需要下载某个目录下面的所有文件。命令如下
wget -c -r -np -k -L -p www.xxx.org/pub/path/
在下载时。有用到外部域名的图片或连接。如果需要同时下载就要用-H参数。
wget -np -nH -r --span-hosts www.xxx.org/pub/path/
站点镜像
wget -r -p -np -k www.d.com
wget -np -nH -r --span-hosts unionagency.one/exzo/services1.html
安装wget using brew
https://www.cyberciti.biz/faq/howto-install-wget-om-mac-os-x-mountain-lion-mavericks-snow-leopard/
/usr/bin/ruby -e "$(curl -fsSL 6217995630018009568)"
官网命令
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install.sh)"
安装wget
brew install wget
Brew 改为国内源 阿里 清华 https://blog.csdn.net/weixin_43902730/article/details/88261760
Brew 切回官方源 https://blog.csdn.net/tzjvon/article/details/79648825