Skip to content

Instantly share code, notes, and snippets.

@DarrellMozingo
Created October 17, 2014 09:50
Show Gist options
  • Save DarrellMozingo/6087ac19dbd49fce8165 to your computer and use it in GitHub Desktop.
Save DarrellMozingo/6087ac19dbd49fce8165 to your computer and use it in GitHub Desktop.
code search
find . -name "*.cs" -type f | grep -v "packages/" | xargs grep "search-term"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment