curl 基本用法

curl

usage: curl [options...] <url>

$ curl -h
-o, --output <file> 写入到文件,而不是输出到stdout
-O 写入到文件,文件名和远程文件一样
-L 跟随网站的跳转

例子

下载文件:
curl -LO https://github.com/x/releases/download/v3.0.1/xxx.AppImage

上一篇:解决粘包问题2服务端


下一篇:Python实现cmd命令连续执行