windows:finding_files

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
windows:finding_files [2021/10/29 17:54] mguptonwindows: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===
 <code> <code>
 dir /b /s /a:-d | findstr /i /f:/ /c:"string with spaces" dir /b /s /a:-d | findstr /i /f:/ /c:"string with spaces"
 </code> </code>
  
  • windows/finding_files.1635530075.txt.gz
  • Last modified: 2021/10/29 17:54
  • by mgupton