Want a way to strip comments from a

Gertjan Stil stil at nikhefh.hep.nl
Wed Mar 29 20:09:06 AEST 1989


In article <4895 at cbnews.ATT.COM> smk at cbnews.ATT.COM (Stephen M. Kennedy) writes:
>In article <9900010 at bradley> brian at bradley.UUCP writes:
>>  The following works in vi: :%s/\/\*.*\*\///g
>
>/*
> * Unfortunately, multi-line comments aren't deleted.
> */

What about the following command in vi:  :%s/\/\*[.|\n]*\*\///g

This will work for multi-line comments.

Gertjan Stil

<no signature yet>



More information about the Comp.lang.c mailing list