Skip to content

Instantly share code, notes, and snippets.

@eric-wood
Created May 7, 2014 21:19
Show Gist options
  • Save eric-wood/9a39be3a6d0a912619b7 to your computer and use it in GitHub Desktop.
Save eric-wood/9a39be3a6d0a912619b7 to your computer and use it in GitHub Desktop.
# search for files!
alias ff="ack --ruby --css --html --yaml --sass --js --scala --xml --shell"
# limit scope of search to directories that normally have the code we want :D
function f() {
ff "$@" app/ engines/;
}
@eric-wood
Copy link
Author

👍

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