Skip to content

Commit 6037abf

Browse files
authored
Fix description of -Raw parameter (MicrosoftDocs#12487)
1 parent b013dd8 commit 6037abf

File tree

3 files changed

+9
-12
lines changed

3 files changed

+9
-12
lines changed

reference/7.4/Microsoft.PowerShell.Utility/Select-String.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
external help file: Microsoft.PowerShell.Commands.Utility.dll-Help.xml
33
Locale: en-US
44
Module Name: Microsoft.PowerShell.Utility
5-
ms.date: 06/07/2024
5+
ms.date: 11/05/2025
66
online version: https://learn.microsoft.com/powershell/module/microsoft.powershell.utility/select-string?view=powershell-7.4&WT.mc_id=ps-gethelp
77
schema: 2.0.0
88
aliases:
@@ -743,9 +743,8 @@ Accept wildcard characters: False
743743

744744
### -Raw
745745

746-
Causes the cmdlet to output only the matching strings, rather than **MatchInfo** objects. This is
747-
the results in behavior that's the most similar to the Unix **grep** or Windows **findstr.exe**
748-
commands.
746+
Causes the cmdlet to output only the matching strings, rather than **MatchInfo** objects. This
747+
behavior is most similar to the Unix `grep` or Windows `findstr.exe` commands.
749748

750749
This parameter was introduced in PowerShell 7.
751750

reference/7.5/Microsoft.PowerShell.Utility/Select-String.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
external help file: Microsoft.PowerShell.Commands.Utility.dll-Help.xml
33
Locale: en-US
44
Module Name: Microsoft.PowerShell.Utility
5-
ms.date: 06/07/2024
5+
ms.date: 11/05/2025
66
online version: https://learn.microsoft.com/powershell/module/microsoft.powershell.utility/select-string?view=powershell-7.5&WT.mc_id=ps-gethelp
77
schema: 2.0.0
88
aliases:
@@ -743,9 +743,8 @@ Accept wildcard characters: False
743743

744744
### -Raw
745745

746-
Causes the cmdlet to output only the matching strings, rather than **MatchInfo** objects. This is
747-
the results in behavior that's the most similar to the Unix **grep** or Windows **findstr.exe**
748-
commands.
746+
Causes the cmdlet to output only the matching strings, rather than **MatchInfo** objects. This
747+
behavior is most similar to the Unix `grep` or Windows `findstr.exe` commands.
749748

750749
This parameter was introduced in PowerShell 7.
751750

reference/7.6/Microsoft.PowerShell.Utility/Select-String.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
external help file: Microsoft.PowerShell.Commands.Utility.dll-Help.xml
33
Locale: en-US
44
Module Name: Microsoft.PowerShell.Utility
5-
ms.date: 06/07/2024
5+
ms.date: 11/05/2025
66
online version: https://learn.microsoft.com/powershell/module/microsoft.powershell.utility/select-string?view=powershell-7.6&WT.mc_id=ps-gethelp
77
schema: 2.0.0
88
aliases:
@@ -743,9 +743,8 @@ Accept wildcard characters: False
743743

744744
### -Raw
745745

746-
Causes the cmdlet to output only the matching strings, rather than **MatchInfo** objects. This is
747-
the results in behavior that's the most similar to the Unix **grep** or Windows **findstr.exe**
748-
commands.
746+
Causes the cmdlet to output only the matching strings, rather than **MatchInfo** objects. This
747+
behavior is most similar to the Unix `grep` or Windows `findstr.exe` commands.
749748

750749
This parameter was introduced in PowerShell 7.
751750

0 commit comments

Comments
 (0)