01. June 2023 - verfasst von Oliver Gaida - Kategorien: ["powershell"]
powershell - tail -f file | grep
Get-Content -path '.\mylogfile.log' -wait | select-string -pattern error
01. June 2023 - verfasst von Oliver Gaida - Kategorien: ["powershell"]
Get-Content -path '.\mylogfile.log' -wait | select-string -pattern error