Extract Content
Pattern Match
gci -recurse c:\\users -file | % {Select-String -path $ \_ -pattern password}((Get-Content .\countpolos).split(" ")) | select-string \bpolo\b Get-Content C:\path\to\file.txt | Where-Object { $_ -match "specific string" } | Set-Content C:\path\to\filteredfile.txtLine Numbers
Unique / Deduplicate
Last updated