curl发送http请求保存结果到文件

 curl --header "Content-Type:application/json" 'http://hostname:ip/get/path' > /save/to/path/filename.json

你可能感兴趣的:(Linux)