Skip to content

Instantly share code, notes, and snippets.

@aaronolds
Created March 5, 2019 18:57
Show Gist options
  • Save aaronolds/4f83a012964e6878e8305727bf19ff1e to your computer and use it in GitHub Desktop.
Save aaronolds/4f83a012964e6878e8305727bf19ff1e to your computer and use it in GitHub Desktop.
Grep
grep -rnw --include *.csproj --include *.config '/mnt/e/Source/Repos' -e '[pattern]' > find.txt
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment