Skip to content

Instantly share code, notes, and snippets.

@d4rkd0s
Created September 28, 2021 17:55
Show Gist options
  • Select an option

  • Save d4rkd0s/631d4231266c36e142c7a41c147706df to your computer and use it in GitHub Desktop.

Select an option

Save d4rkd0s/631d4231266c36e142c7a41c147706df to your computer and use it in GitHub Desktop.
Find a string in your files!
grep -rnw '/path/to/search' -e 'text'
@d4rkd0s
Copy link
Author

d4rkd0s commented Sep 28, 2021

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment