Hi guys,
I am currently facing a problem with my current script, the script basically monitor a list of process on the Unix system. If a process is down it will send a notification e-mail to me.
Currently I am facing an error when running the script grep: RE error 41: No remembered search string, I never seen message before. I've checked Google and it state that you need to remove all grep -q, but I do not have grep -q in my script I only have grep.
Can anyone help me please about this message?
Thanks guys