From 786414697666c9fec60330101294c684f3cd63b8 Mon Sep 17 00:00:00 2001 From: Sean Wheeler Date: Wed, 29 Nov 2023 16:34:21 -0600 Subject: [PATCH] Remove redundant sentence --- .../Microsoft.PowerShell.Core/About/about_Redirection.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/reference/7.4/Microsoft.PowerShell.Core/About/about_Redirection.md b/reference/7.4/Microsoft.PowerShell.Core/About/about_Redirection.md index aa8bfbfc8729..6b905130f317 100644 --- a/reference/7.4/Microsoft.PowerShell.Core/About/about_Redirection.md +++ b/reference/7.4/Microsoft.PowerShell.Core/About/about_Redirection.md @@ -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