青墨书晚风
2022-10-21
How to use variables in sed
如何在sed命令中使用变量?
例如:sed '/Jagan/s/Hi/HELLO/' file
在这里我想用变量
1
2
var1=Hi
s
