I'm trying to grep my repo searching for @
sign to find some e-mail addresses because of this git issue.
I type grep -rnw '/my/path' -e '@'
into the terminal and I get:
Why does it happen?
P.S. I think there is no sensitive information in the picture, but someone please tell me if you think there is.