Powershell grep
Just need this little Powershell snippet for later:
get-childitem . -rec -include *.log | select-string -pattern "ERROR" -casesensitive
Just need this little Powershell snippet for later:
get-childitem . -rec -include *.log | select-string -pattern "ERROR" -casesensitive