[Shell]清空文件内容 | 使用curl进行post请求

Posted wangju003

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了[Shell]清空文件内容 | 使用curl进行post请求相关的知识,希望对你有一定的参考价值。

新建 1个data.json文件,将如下内容写入文件:

{
"job_name": "ios_official_94",
        "parameters": {"Branch": "origin/develop", "ENV": "Appstore","Version":"1.2.3"
}}

使用curl进行post请求

localhost:~ xxxx$ echo >data.json #清空文件内容
localhost:~ xxxx$ nano data.json  #文件内容作为要提交的数据
localhost:~ xxxx$ curl http://10.2.1.92:8001/gotest/api/build -X POST -d @data.json --header "Content-Type: application/json"
{"build_number":40,"code":200,"job_name":"ios_official_94","msg":"启动构建"} #响应结果

 

参考文档:

以上是关于[Shell]清空文件内容 | 使用curl进行post请求的主要内容,如果未能解决你的问题,请参考以下文章

如何编写一个shell脚本

shell之重定向

Linux下清空或删除大文件内容的5种方法

shell 往一个文件中添加内容

shell基础1

使用Shell脚本删除/清空日志文件