sunmingtao / sample-code

3 stars 4 forks source link

Get the exit status of grep command in quiet mode #133

Closed sunmingtao closed 4 years ago

sunmingtao commented 4 years ago
grep -q "Congratulations" index.html
echo $?