I want to recursively remove the
#region License
blah blah blah
blah blah blah
#endregion
text at the beginning of my .cs files. How can I do this with a bash command? Thanks!
|
feedback
|
should do the trick. To find all .cs files in the current subdirectories and run this on them:
| |||||||||
feedback
|