Through UI in Windows:
- Download grepWin: https://sourceforge.net/projects/grepwin/
- Then search like this:
Through git bash prompt:
grep -irnl "my search keyword" --include=*.js --include=*.cs /c/Windows/ /c/temp/
Through UI in Windows:
Through git bash prompt:
grep -irnl "my search keyword" --include=*.js --include=*.cs /c/Windows/ /c/temp/