如何删除文本文件中的特定行 (Windows)
使用任何 Windows 命令,如何实现此目的?
例如删除file.txt中的第2行
Using any windows commands, how can you accomplish this?
e.g. delete line 2 in file.txt
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
是的,可以在 BAT 脚本中完成。
阅读
HELP FOR
和HELP SET
然后尝试这个Yes, it can be done in a BAT script.
Read
HELP FOR
andHELP SET
and then try this嗨,我相信这不能用命令行来完成,这是一个复杂的要求。
您想更详细地解释一下您的任务吗?
这是一个 C# 代码片段,可以帮助您。
Hi I believe that can't be done in with the command line, it is kind of a complex requirement.
would you like to explain in more detail your task?
here is a code snippet in c# that can help you.