Skip to content

Instantly share code, notes, and snippets.

@Usse
Created October 27, 2013 23:36
Show Gist options
  • Save Usse/7189240 to your computer and use it in GitHub Desktop.
Save Usse/7189240 to your computer and use it in GitHub Desktop.
Find string in the currently directory. usage: ff string
#!/bin/sh
grep -R $1 * --color --exclude-dir=node_modules --exclude-dir=.svn --exclude-dir=.git
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment