use standard'\' to denote special character..
登录 | 论坛导航 -> 华新鲜事 -> 技术の宅 | 本帖共有 1 楼,分 1 页, 当前显示第 1 页 : 本帖树形列表 : 刷新 : 返回上一页
<<始页  [1]  末页>>
作者:Rick (等级:5 - 略有小成,发帖:1939) 发表:2004-01-18 15:33:28  楼主  关注此帖评分:
要回家了有点懒了,问一个关于sed或者awk的simple问题一年多没用了,全忘了: i need a command line script to do the following: convert line: //#define LINUX to line: #define LINUX in a file. Let's say this file is test.cpp, what i want is: sed -e ?/?/g test.cpp I forget how to express space and hash in sed liao... 谢谢!
use standard'\' to denote special character..
something like this for your case.

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

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

Put your OWN COOL signature here!
欢迎来到华新中文网,踊跃发帖是支持我们的最好方法!原文 / 传统版 / WAP版所有回复从这里展开收起列表
论坛导航 -> 华新鲜事 -> 技术の宅 | 返回上一页 | 本主题共有 1 篇文章,分 1 页, 当前显示第 1 页 | 回到顶部
<<始页  [1]  末页>>

请登录后回复:帐号   密码