Show pageOld revisionsBacklinksBack to top This page is read only. You can view the source, but not change it. Ask your administrator if you think this is wrong. ====== Finding Files ====== ====== Quick-n-Dirty ====== ===Recursively look through all files in the current directory for a specific string=== <code> dir /b /s /a:-d | findstr /i /f:/ /c:"string with spaces" </code> windows/finding_files.txt Last modified: 2021/10/29 19:23by mgupton