Skip to content

Instantly share code, notes, and snippets.

@kekru
Last active April 12, 2017 14:12
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 kekru/bf8543e204b65e579f99cbccbe0d5d62 to your computer and use it in GitHub Desktop.
Save kekru/bf8543e204b65e579f99cbccbe0d5d62 to your computer and use it in GitHub Desktop.
Windows CMD Utilities

Windows CMD Utilities

Search for string in files:

FINDSTR /spin "the string" *
Searches for "the string" in the files of the current and all subdirectories.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment