📌  相关文章
📜  ubuntu 替换文件中的文本 - Shell-Bash 代码示例

📅  最后修改于: 2022-03-11 14:51:47.564000             🧑  作者: Mango

代码示例4
echo dog dog dos | sed -e 's:dog:log:g'

#You can also use the above answer with appropriate slashes like
echo "grepper is a nice grepper" | sed "s/grepper/blow/g"