use standard'\' to denote special character..
所在版块:技术の宅 发贴时间:2004-01-18 15:33  评分:

用户信息
复制本帖HTML代码
高亮: 今天贴 X 昨天贴 X 前天贴 X 
something like this for your case.

sed '/^\/\/#/s/\/\// /g' test_sed

replace all the pattern of "//" with " " in those lines which starts with "\\#" .

.
欢迎来到华新中文网,踊跃发帖是支持我们的最好方法!

 相关帖子 我要回复↙ ↗回到正文
要回家了有点懒了,问一个关于sed或者awk的simple问题 庸人   (276 bytes , 471reads )
use standard'\' to denote special character.. Rick   (155 bytes , 346reads )