无法通过sed替换文件中的字符串

时间:2019-08-08 06:54:40

标签: linux shell file sed command

我的文件为:

cat index.yaml
host: "replace_host"

要替换文件中的字符:

sed -i 's+replace_host+https://www.google.com+g' index.yaml

但是出现此错误:

sed: -i may not be used with stdin

现在使用macOS。

0 个答案:

没有答案