Skip to the content.

01. June 2023 - verfasst von Oliver Gaida - Kategorien: ["powershell"]

powershell - tail -f file | grep

Get-Content -path '.\mylogfile.log' -wait  | select-string -pattern error
HOME