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