Last active
December 17, 2015 18:59
-
-
Save bkreda/5657636 to your computer and use it in GitHub Desktop.
crep
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
crep -au nutella *