Skip to content

Instantly share code, notes, and snippets.

@charliewynn
Created October 13, 2023 16:54
Show Gist options
  • Select an option

  • Save charliewynn/8b8af005bfe89f49ebab865f24cd63f3 to your computer and use it in GitHub Desktop.

Select an option

Save charliewynn/8b8af005bfe89f49ebab865f24cd63f3 to your computer and use it in GitHub Desktop.
Search Windows multiple files for substring
findstr /s mystring ./*
findstr /s "my string with spaces" ./*
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment