标签: 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。