Created
October 7, 2020 15:18
-
-
Save antoinekociuba/c5c73bf97791d6fdc0fe8bf49c99c964 to your computer and use it in GitHub Desktop.
Search a specific string in files ('toto.log' in below example)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
grep -rnw '/var/www/project/vendor/' -e 'toto.log' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment