Skip to content

Instantly share code, notes, and snippets.

@greyaperez
Created November 27, 2013 20:35
Show Gist options
  • Save greyaperez/7682779 to your computer and use it in GitHub Desktop.
Save greyaperez/7682779 to your computer and use it in GitHub Desktop.
Grep only in files of a certain Extension in current path.
grep -roi --include *.ext something .
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment