Bash Найти строку в выводе программы
./somecommand | grep -q 'string' && echo 'matched'
null234
./somecommand | grep -q 'string' && echo 'matched'