I have a handful of source files written in C code and I would like to change the header information in all of them. So basically I want to either add or remove the text in the file and replace it with something I want. What is the best approach to accomplish this? Here's an example:
"test.c" file:
////////////////
// old header //
// //
////////////////
Thanks all!!!
-David
////////////////
// new header //
// //
////////////////
"test.c" file:
////////////////
// old header //
// //
////////////////
Thanks all!!!
-David
////////////////
// new header //
// //
////////////////