如何在 NSIS 2.44 中使用 grep
有没有简单的方法可以在 NSIS 脚本中使用 grep 功能?
我找到了声明 grep.exe 工具的链接,但是...嗯...我不知道如何获取它,如果它不仅仅是浪费时间..
Is there any easy way to use grep functionality in NSIS scripts?
I have found the link stating a grep.exe tool, but ... umm ... I have no clue how to get it and if it is not just waste of time ..
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
当然,您可以从 NSIS 调用命令行工具,但是您想要完成什么?也许 grep 不是最好的方法。
FWIW,您可以直接从 NSIS 操作文本文件。
Sure, you can call command line tools from NSIS, but what are you trying to accomplish? Maybe that grep is not the best way to do it.
FWIW, you can manipulate text files directly from NSIS.