From 2e8b8e7620d6e5a32194b7891229e8210f933c15 Mon Sep 17 00:00:00 2001 From: Sean Wheeler Date: Wed, 5 Nov 2025 14:07:29 -0600 Subject: [PATCH] Fix description of -Raw parameter --- .../7.4/Microsoft.PowerShell.Utility/Select-String.md | 7 +++---- .../7.5/Microsoft.PowerShell.Utility/Select-String.md | 7 +++---- .../7.6/Microsoft.PowerShell.Utility/Select-String.md | 7 +++---- 3 files changed, 9 insertions(+), 12 deletions(-) diff --git a/reference/7.4/Microsoft.PowerShell.Utility/Select-String.md b/reference/7.4/Microsoft.PowerShell.Utility/Select-String.md index 2410772860d..fd9fbf7a783 100644 --- a/reference/7.4/Microsoft.PowerShell.Utility/Select-String.md +++ b/reference/7.4/Microsoft.PowerShell.Utility/Select-String.md @@ -2,7 +2,7 @@ external help file: Microsoft.PowerShell.Commands.Utility.dll-Help.xml Locale: en-US Module Name: Microsoft.PowerShell.Utility -ms.date: 06/07/2024 +ms.date: 11/05/2025 online version: https://learn.microsoft.com/powershell/module/microsoft.powershell.utility/select-string?view=powershell-7.4&WT.mc_id=ps-gethelp schema: 2.0.0 aliases: @@ -743,9 +743,8 @@ Accept wildcard characters: False ### -Raw -Causes the cmdlet to output only the matching strings, rather than **MatchInfo** objects. This is -the results in behavior that's the most similar to the Unix **grep** or Windows **findstr.exe** -commands. +Causes the cmdlet to output only the matching strings, rather than **MatchInfo** objects. This +behavior is most similar to the Unix `grep` or Windows `findstr.exe` commands. This parameter was introduced in PowerShell 7. diff --git a/reference/7.5/Microsoft.PowerShell.Utility/Select-String.md b/reference/7.5/Microsoft.PowerShell.Utility/Select-String.md index 55664d1a1c7..0f1ea367221 100644 --- a/reference/7.5/Microsoft.PowerShell.Utility/Select-String.md +++ b/reference/7.5/Microsoft.PowerShell.Utility/Select-String.md @@ -2,7 +2,7 @@ external help file: Microsoft.PowerShell.Commands.Utility.dll-Help.xml Locale: en-US Module Name: Microsoft.PowerShell.Utility -ms.date: 06/07/2024 +ms.date: 11/05/2025 online version: https://learn.microsoft.com/powershell/module/microsoft.powershell.utility/select-string?view=powershell-7.5&WT.mc_id=ps-gethelp schema: 2.0.0 aliases: @@ -743,9 +743,8 @@ Accept wildcard characters: False ### -Raw -Causes the cmdlet to output only the matching strings, rather than **MatchInfo** objects. This is -the results in behavior that's the most similar to the Unix **grep** or Windows **findstr.exe** -commands. +Causes the cmdlet to output only the matching strings, rather than **MatchInfo** objects. This +behavior is most similar to the Unix `grep` or Windows `findstr.exe` commands. This parameter was introduced in PowerShell 7. diff --git a/reference/7.6/Microsoft.PowerShell.Utility/Select-String.md b/reference/7.6/Microsoft.PowerShell.Utility/Select-String.md index ca64a17d1d1..5e63e1f9fda 100644 --- a/reference/7.6/Microsoft.PowerShell.Utility/Select-String.md +++ b/reference/7.6/Microsoft.PowerShell.Utility/Select-String.md @@ -2,7 +2,7 @@ external help file: Microsoft.PowerShell.Commands.Utility.dll-Help.xml Locale: en-US Module Name: Microsoft.PowerShell.Utility -ms.date: 06/07/2024 +ms.date: 11/05/2025 online version: https://learn.microsoft.com/powershell/module/microsoft.powershell.utility/select-string?view=powershell-7.6&WT.mc_id=ps-gethelp schema: 2.0.0 aliases: @@ -743,9 +743,8 @@ Accept wildcard characters: False ### -Raw -Causes the cmdlet to output only the matching strings, rather than **MatchInfo** objects. This is -the results in behavior that's the most similar to the Unix **grep** or Windows **findstr.exe** -commands. +Causes the cmdlet to output only the matching strings, rather than **MatchInfo** objects. This +behavior is most similar to the Unix `grep` or Windows `findstr.exe` commands. This parameter was introduced in PowerShell 7.