Answer the question
In order to leave comments, you need to log in
How to setup smart search via egrep?
Hello. There is a configured search, I want to modernize it, this is how it looks now
egrep -c -i -U "dev"
Answer the question
In order to leave comments, you need to log in
egrep -c -i -U "dev" || echo "гре ничего не нашел и вернул статус фейл"
grep -q -ciU
- returns status 0 if the search is successful.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question