> Normally, the exit status is 0 if selected lines are found and 1 otherwise.
$ touch bar $ grep foo bar $ echo $? 1
> Normally, the exit status is 0 if selected lines are found and 1 otherwise.