📜  带有变量的 bash sed - Shell-Bash 代码示例
📅  最后修改于: 2022-03-11 14:50:23.688000             🧑  作者: Mango
代码示例3
rr=abcd # in shell
sed -i "s/aaa/$rr/g" file.dat
# -i will update thefile,