We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ea2e473 commit 35e0d7cCopy full SHA for 35e0d7c
5-Final/RFC0020-DefaultFileEncoding.md
@@ -91,7 +91,7 @@ We should take this opportunity to rationalize our use of the `Encoding` paramet
91
The following cmdlets use various types for the parameter `Encoding`
92
93
```PowerShell
94
-PS> Get-Command -type cmdlet | ?{$\_.parameters} |?{$\_.source -match "microsoft"}|ft name,{$\_.parameters['encoding'].ParameterType}
+PS> Get-Command -type cmdlet | ?{$_.parameters} |?{$_.source -match "microsoft"}|ft name,{$_.parameters['encoding'].ParameterType}
95
96
Name $_.parameters['encoding'].ParameterType
97
---- ---------------------------------------
0 commit comments