要回家了有点懒了,问一个关于sed或者awk的simple问题
登录 | 论坛导航 -> 华新鲜事 -> 技术の宅 | 本帖共有 2 楼,分 1 页, 当前显示第 1 页 : 本帖树形列表 : 刷新 : 返回上一页
<<始页  [1]  末页>>
作者:庸人 (等级:8 - 融会贯通,发帖:2749) 发表:2004-01-16 18:15:12  楼主  关注此帖
要回家了有点懒了,问一个关于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...

谢谢!
欢迎来到华新中文网,踊跃发帖是支持我们的最好方法!原文 / 传统版 / WAP版只看此人从这里展开收起列表
作者:Rick (等级:5 - 略有小成,发帖:1939) 发表:2004-01-18 15:33:28  2楼 评分:
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 "\\#" .

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

请登录后回复:帐号   密码