根据连接下载
# 通过curl -0 进行下载 通过--output 确认输出文件
curl -0 链接 --output file
# 示例
curl -0 https://fastdl.mongodb.org/osx/mongodb-macos-x86_64-4.4.4.tgz --output mongob.tgz
微信扫一扫
# 通过curl -0 进行下载 通过--output 确认输出文件
curl -0 链接 --output file
# 示例
curl -0 https://fastdl.mongodb.org/osx/mongodb-macos-x86_64-4.4.4.tgz --output mongob.tgz
相关推荐