Skip to content

Instantly share code, notes, and snippets.

@ozymandium
Created July 14, 2013 19:27
Show Gist options
  • Save ozymandium/5995492 to your computer and use it in GitHub Desktop.
Save ozymandium/5995492 to your computer and use it in GitHub Desktop.
Recursively look through all files below current directory which match pattern for a given text, and return results with line numbers
grep -rni --include="*" search_string .
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment