要回家了有点懒了,问一个关于sed或者awk的simple问题
所在版块:技术の宅 发贴时间:2004-01-16 18:15

用户信息
复制本帖HTML代码
高亮: 今天贴 X 昨天贴 X 前天贴 X 
一年多没用了,全忘了:

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...

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

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