Bash Найти строку в выводе программы

./somecommand | grep -q 'string' && echo 'matched'
null234