跳至内容
人工大脑
好记性不如烂 Wiki
用户工具
登录
站点工具
搜索
工具
显示页面
反向链接
最近更改
媒体管理器
网站地图
登录
>
最近更改
媒体管理器
网站地图
您的足迹:
curl-non-interactive
本页面只读。您可以查看源文件,但不能更改它。如果您觉得这是系统错误,请联系管理员。
====== 非交互式地使用 curl ====== <code bash> # Without retry and time limit curl -fsSo /dev/null # With retry and time limit curl -fsSo /dev/null -m 10 --retry 5 </code> 开关解释: <code> -f, --fail Fail silently (no output at all) on HTTP errors -s, --silent Silent mode -S, --show-error Show error even when -s is used -o, --output <file> Write to file instead of stdout -m, --max-time <seconds> Maximum time allowed for the transfer --retry <num> Retry request if transient problems occur </code> {{tag>curl shell}}
curl-non-interactive.txt
· 最后更改: 2021-10-11 04:05:25 由
三三
页面工具
显示页面
反向链接
回到顶部