, PowerShell F & O ( ). , Select-String MatchInfo. , . , /, . MatchInfo , ( ). Line , , ():
Get-Content C:\Windows\system32\drivers\etc\hosts |
Select-String -notmatch "thereisnolinelikethis" |
Foreach {$_.Line} |
Out-File -Encoding ascii c:\temp\testfile
, ASCII . PowerShell Unicode.
, , Where-Object Select-String . - - , . Select-String () (MatchInfo).