Skip to content

Instantly share code, notes, and snippets.

@bosko
Created May 17, 2011 18:25
Show Gist options
  • Save bosko/977049 to your computer and use it in GitHub Desktop.
Save bosko/977049 to your computer and use it in GitHub Desktop.
Emacs recursive grep filtered by file extension
grep -nH -ir --include=*.{ext1,ext2} -e "" ../*
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment