Powershell

Powershell script for search substring into text files or folder

Sometimes you need find substring or group of strings into text files in folder. For resolve this task I use Powershell script. It displays the number of occurrences of the string and file names where the substring is found.


Читать далее