Skip to content

Instantly share code, notes, and snippets.

@bkreda
Last active December 17, 2015 18:59
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save bkreda/5657636 to your computer and use it in GitHub Desktop.
Save bkreda/5657636 to your computer and use it in GitHub Desktop.
crep
# Add this to your .bash_aliases
alias crep="grep --exclude-dir test-output \
--exclude-dir target \
--exclude-dir node_modules \
--exclude-dir .svn \
--exclude-dir .settings \
--exclude-dir .project \
--exclude jquery.js \
--exclude less.js \
--exclude *.class \
--exclude *.dex \
--exclude *.pot \
--exclude *.png \
--exclude *.jpg \
--exclude *.ttf \
--exclude *.min.js \
--exclude *.-min.js \
--exclude *.min.map"
@bkreda
Copy link
Author

bkreda commented Sep 26, 2013

crep -au nutella *

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment