Skip to content

Instantly share code, notes, and snippets.

@zoonderkins
Created July 15, 2021 09:49
Show Gist options
  • Save zoonderkins/1c477178cbed6e3b4d206ed71e78ce87 to your computer and use it in GitHub Desktop.
Save zoonderkins/1c477178cbed6e3b4d206ed71e78ce87 to your computer and use it in GitHub Desktop.
find string under linux in files

Lets find


grep -rnw './' -e 'google.com'

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