Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixes #10677 - Remove redundant sentence #10683

Merged
merged 1 commit into from
Nov 29, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -75,10 +75,10 @@ is specified.
## Redirecting output from native commands

PowerShell 7.4 changed the behavior of the redirection operators when used to
redirect the **stdout** stream of a native command. PowerShell 7.4 changed the
behavior. The redirection operators now preserve the byte-stream data when
redirecting output from a native command. PowerShell doesn't interpret the
redirected data or add any additional formatting. For more information, see
redirect the **stdout** stream of a native command. The redirection operators
now preserve the byte-stream data when redirecting output from a native
command. PowerShell doesn't interpret the redirected data or add any additional
formatting. For more information, see
[Example #7](#example-7-redirecting-binary-data-from-a-native-command).

## Examples
Expand Down