我们使用curl
获取JSON数据,并通过循环使用curl
调用端点URL将数据附加到同一文件中。
因此,JSON输出的标题在同一文件中重复。所以我想从文件中删除多个标题,除了第一个使用shell。
str1="]}}{"QueryResult": {"APIMajor": "2", "APIMinor": "0", "Errors": [], "Warnings": [], "TotalResultCount": 272, "StartInd": 201, "PageSize": 200, "Results": ["
str2=", "
如何使用shell替换str1
的JSON文件中的str2
?