Skip to content

Instantly share code, notes, and snippets.

@antoinekociuba
Created October 7, 2020 15:18
Show Gist options
  • Save antoinekociuba/c5c73bf97791d6fdc0fe8bf49c99c964 to your computer and use it in GitHub Desktop.
Save antoinekociuba/c5c73bf97791d6fdc0fe8bf49c99c964 to your computer and use it in GitHub Desktop.
Search a specific string in files ('toto.log' in below example)
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