简体   繁体   中英

How to use grep in NSIS 2.44

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 ..

Link: http://forums.winamp.com/showthread.php?t=142028

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.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM