Skip to content

Instantly share code, notes, and snippets.

@uolter
Created December 11, 2012 13:39
Show Gist options
  • Save uolter/4258624 to your computer and use it in GitHub Desktop.
Save uolter/4258624 to your computer and use it in GitHub Desktop.
find and exclude svn directory
find . -type f | grep -v '\.svn' | xargs grep "img/add.png"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment