findstr recursive search but exclude all the folders starting with . in one line
I want to make a recursive search with findstr
while excluding folders starting with .
(e.g. .git
, .github
, .ipynb_checkpoints
, etc.).
I want to make a recursive search with findstr
while excluding folders starting with .
(e.g. .git
, .github
, .ipynb_checkpoints
, etc.).