最佳答案
如何使用 sed 搜索和替换整个单词?
做什么
sed -i 's/[oldtext]/[newtext]/g' <file>
也将替换部分匹配的 [oldtext]
,我不希望它这样做。