Searched full:grep (Results 1 – 3 of 3) sorted by relevance
15 To find the violation references in the source files run grep on the source code18 grep 'MISRA Ref 8.4.1' . -rI
88 …echo "${COV_SCAN_UPLOAD_STATUS}" | grep -q -e 'Build successfully submitted' || echo >&2 "Error su…127 …echo "${COV_SCAN_UPLOAD_STATUS}" | grep -q -e 'Build successfully submitted' || echo >&2 "Error su…
6 grep -rl "${old_text}" . | xargs gsed -i -e '1h;2,$H;$!d;g' -e "s/${old_text}/${new_text}/g"