Differences
This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
windows:finding_files [2021/10/29 17:49] – created mgupton | windows:finding_files [2021/10/29 19:23] (current) – mgupton | ||
---|---|---|---|
Line 1: | Line 1: | ||
====== Finding Files ====== | ====== Finding Files ====== | ||
+ | |||
+ | ====== Quick-n-Dirty ====== | ||
+ | ===Recursively look through all files in the current directory for a specific string=== | ||
+ | < | ||
+ | dir /b /s /a:-d | findstr /i /f:/ / | ||
+ | </ | ||