根据连接下载
# 通过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
[MAC] mac 常用命令行~ 持续更新
阅读 39
2022-05-19
# 通过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
相关推荐
精彩评论(0)