Search Results

Search: Posts Made By: clauchiorean
5,010
Posted By clauchiorean
is there a way to make this script replece te...
is there a way to make this script replece te lines with empty lines
not just erase them

say the lines between comments
1: blabal /* bbbb
2: cccc
3: aaaaa
4: */ bla


want to erase this...
5,010
Posted By clauchiorean
Sed script
/\/\*/!b
:x
/\*\//!{
N
bx
}
s/\/\*.*\*\///

This scipt should remove c like commnets /**/

i know what de last line does
but i dont't know what the first lines do
Can...
1,658
Posted By clauchiorean
Sed problem
Can i use sed on multiple lines not only on one line

I need to erase all the commnets in a c source file

and you can have a comment on multiple lines
like this
/*
sfgsdgs
sdgsdgh
*/
Showing results 1 to 3 of 3

 
All times are GMT -4. The time now is 04:52 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy