windows:finding_files

Differences

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

Link to this comparison view

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