Wget 下载文件
发布: · 更新:
几条常用 wget 写法:
wget https://example.com/file.iso
wget -c https://example.com/file.iso
wget -O custom-name.tar.gz https://example.com/file.tar.gz
发布: · 更新:
几条常用 wget 写法:
wget https://example.com/file.iso
wget -c https://example.com/file.iso
wget -O custom-name.tar.gz https://example.com/file.tar.gz