Skip to content

Instantly share code, notes, and snippets.

@mpaskalev
Created May 13, 2015 09:31
Show Gist options
  • Save mpaskalev/bdb15bf96d252251155a to your computer and use it in GitHub Desktop.
Save mpaskalev/bdb15bf96d252251155a to your computer and use it in GitHub Desktop.
Search recursively in files with given extensions
grep what_to_search -r ./ --include="*.extension"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment