Tagged Questions
3
votes
1answer
155 views
Confused about ident
I inherited a bunch of files that begin with the following statement at the top
Ident:/some/path/to/a/file
Ident seems to be related to C coding and make files but I am not really sure. None of the ...
5
votes
2answers
480 views
How to grep on source code without catching comments
I search a way to grep on source code without having sometimes false-positive because of comments. For instance if I search on foo on this .c source code :
/*
* foo has changed [...] and is now a ...