PowerShell: grep

16-paź-2024

Oj, brakuje pod Windows prostej funkcji grep, ale skoro jest PowerShell, to można sobie taką funkcję zrobić samemu!

Get-ChildItem c:\temp\*.* -Recurse -File | Select-String -Pattern "TODO:"

Komentarze są wyłączone

Autor: Rafał Kraik