Skip to content

Instantly share code, notes, and snippets.

@M-Mueller
Created July 4, 2017 12:04
Show Gist options
  • Save M-Mueller/24681ae6d7693d4cde4b745d561d9cf0 to your computer and use it in GitHub Desktop.
Save M-Mueller/24681ae6d7693d4cde4b745d561d9cf0 to your computer and use it in GitHub Desktop.

Search files in current directory for "string" recursively:

grep -r "string" .
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment