|
|
|
|
|
by scarface_74
1066 days ago
|
|
When I’m using grep, it’s usually in the context of shell script. For all intents and purposes it’s a library. I can choose to handle the error myself or let the shell script crash by having “set -e”. Grep returns a non zero error code and it’s still up to me to decide how to handle it. |
|