从文本文件中删除 a 中的每第二行和第三行
我目前正在寻找一种删除 txt 文件中的第 (n) 行和第 (n) 行的方法。 例如每第二行和第五行。 有没有办法用脚本或 C# 来做到这一点?
I am currently looking for a way of deleting every (n)th and (n)th line in a txt file.
For example every 2nd and 5th line.
Is there a way of doing this with a script or with C#?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
这段代码是在 VB.NET 中,但我相信这会做你想要的?
This code is in VB.NET but I believe this will do what you want?