Find completely commented files which are commented by /* */.
Posted
by Dave
on Stack Overflow
See other posts from Stack Overflow
or by Dave
Published on 2010-06-02T13:20:28Z
Indexed on
2010/06/02
19:14 UTC
Read the original article
Hit count: 169
Similar to this question. I would like to find all commented files. But in my case /* */
is a possibility.
Apparently when you write changes to a database project, dropped objects are only commented out instead of deleting the file. I would like to remove all of these commented out files from the project.
Is is possible to find all files which start with /*
and end with */
?
© Stack Overflow or respective owner