Skip to content

Instantly share code, notes, and snippets.

@gamefiend
Created January 6, 2012 11:00
Show Gist options
  • Save gamefiend/1570124 to your computer and use it in GitHub Desktop.
Save gamefiend/1570124 to your computer and use it in GitHub Desktop.
Grep through files excluding CVS files.
grep pattern $(find . -type f | grep -v 'CVS')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment