Skip to content

Instantly share code, notes, and snippets.

@jamiel
Created October 19, 2012 02:14
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 jamiel/3915888 to your computer and use it in GitHub Desktop.
Save jamiel/3915888 to your computer and use it in GitHub Desktop.
Simple alias for searching Symfony2 projects faster
# Add to your ~/.bashrc
# Usage: sgrep <mysearch> .
# Use from the root of your Symfony2 project
alias sgrep="grep -r --exclude-dir=vendor --exclude-dir=app/cache --exclude-dir=app/logs"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment