Skip to content

Instantly share code, notes, and snippets.

@euyuil
Created July 3, 2014 06:17
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save euyuil/41ed47db2df17bf4f7c8 to your computer and use it in GitHub Desktop.
Save euyuil/41ed47db2df17bf4f7c8 to your computer and use it in GitHub Desktop.
Cmd: find string in files
findstr /s /i /m "stringToFind" *
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment