需要递归删除许可证前导码
我想递归删除
#region License
blah blah blah
blah blah blah
#endregion
.cs 文件开头的文本。我如何使用 bash 命令来做到这一点? 谢谢!
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!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
应该可以解决问题。
要查找当前子目录中的所有 .cs 文件并对其运行:
should do the trick.
To find all .cs files in the current subdirectories and run this on them: