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 ..
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
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.