‘To search xxx » in all files present in the folder C:\opt\myapp\Log’ :
open Powershell and type:
ls C:\opt\myapp\Log |ForEach-Object {select-string »C:\opt\myapp\Log\$_ » -pattern xxx} »’
Blog de Chrystophe Vergnaud
‘To search xxx » in all files present in the folder C:\opt\myapp\Log’ :
open Powershell and type:
ls C:\opt\myapp\Log |ForEach-Object {select-string »C:\opt\myapp\Log\$_ » -pattern xxx} »’