Sending
[ "$(pgrep -f 'SCREEN -S [burnintest_screen]')" ] && echo Success
through the execute method will prevent re-matching the pgrep command line as pgrep's search pattern is a regular expression. Done!
[ "$(pgrep -f 'SCREEN -S [burnintest_screen]')" ] && echo Success
through the execute method will prevent re-matching the pgrep command line as pgrep's search pattern is a regular expression. Done!