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.
FINDSTR /spin "the string" *
Searches for "the string" in the files of the current and all subdirectories.