adelinewss
Programmer
Hi,<br>I need to delete the content of files which start with /* and end with */. Like example:- <br><br>/* Today is Friday<br>Now is 3p.m. */<br><br>And also I need to delete the line from the start point with "//". Like example:-<br><br>Today is Friday. //Now is 3p.m.<br><br>I want to delete //Now is 3p.m. onwards. <br><br>May I know how to do this with sed or other UNIX command?<br><br>Thks,<br>Adeline<br>