File tree Expand file tree Collapse file tree 4 files changed +8
-8
lines changed
5.1/Microsoft.PowerShell.Core/About
7.4/Microsoft.PowerShell.Core/About
7.5/Microsoft.PowerShell.Core/About
7.6/Microsoft.PowerShell.Core/About Expand file tree Collapse file tree 4 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 11---
22description : Combining commands into pipelines in the PowerShell
33Locale : en-US
4- ms.date : 12/05/2023
4+ ms.date : 10/02/2025
55online version : https://learn.microsoft.com/powershell/module/microsoft.powershell.core/about/about_pipelines?view=powershell-5.1&WT.mc_id=ps-gethelp
66schema : 2.0.0
77title : about_Pipelines
@@ -151,7 +151,7 @@ PS> ipconfig.exe | Select-String -Pattern 'IPv4'
151151```
152152
153153> [ !IMPORTANT]
154- > The ** Success** and ** Error** streams are similar to the stdin and stderr
154+ > The ** Success** and ** Error** streams are similar to the stdout and stderr
155155> streams of other shells. However, stdin isn't connected to the PowerShell
156156> pipeline for input. For more information, see
157157> [ about_Redirection] [ 07 ] .
Original file line number Diff line number Diff line change 11---
22description : Combining commands into pipelines in the PowerShell
33Locale : en-US
4- ms.date : 12/05/2023
4+ ms.date : 10/02/2025
55online version : https://learn.microsoft.com/powershell/module/microsoft.powershell.core/about/about_pipelines?view=powershell-7.4&WT.mc_id=ps-gethelp
66schema : 2.0.0
77title : about_Pipelines
@@ -151,7 +151,7 @@ PS> ipconfig.exe | Select-String -Pattern 'IPv4'
151151```
152152
153153> [ !IMPORTANT]
154- > The ** Success** and ** Error** streams are similar to the stdin and stderr
154+ > The ** Success** and ** Error** streams are similar to the stdout and stderr
155155> streams of other shells. However, stdin isn't connected to the PowerShell
156156> pipeline for input. For more information, see
157157> [ about_Redirection] [ 07 ] .
Original file line number Diff line number Diff line change 11---
22description : Combining commands into pipelines in the PowerShell
33Locale : en-US
4- ms.date : 12/05/2023
4+ ms.date : 10/02/2025
55online version : https://learn.microsoft.com/powershell/module/microsoft.powershell.core/about/about_pipelines?view=powershell-7.5&WT.mc_id=ps-gethelp
66schema : 2.0.0
77title : about_Pipelines
@@ -151,7 +151,7 @@ PS> ipconfig.exe | Select-String -Pattern 'IPv4'
151151```
152152
153153> [ !IMPORTANT]
154- > The ** Success** and ** Error** streams are similar to the stdin and stderr
154+ > The ** Success** and ** Error** streams are similar to the stdout and stderr
155155> streams of other shells. However, stdin isn't connected to the PowerShell
156156> pipeline for input. For more information, see
157157> [ about_Redirection] [ 07 ] .
Original file line number Diff line number Diff line change 11---
22description : Combining commands into pipelines in the PowerShell
33Locale : en-US
4- ms.date : 12/05/2023
4+ ms.date : 10/02/2025
55online version : https://learn.microsoft.com/powershell/module/microsoft.powershell.core/about/about_pipelines?view=powershell-7.6&WT.mc_id=ps-gethelp
66schema : 2.0.0
77title : about_Pipelines
@@ -151,7 +151,7 @@ PS> ipconfig.exe | Select-String -Pattern 'IPv4'
151151```
152152
153153> [ !IMPORTANT]
154- > The ** Success** and ** Error** streams are similar to the stdin and stderr
154+ > The ** Success** and ** Error** streams are similar to the stdout and stderr
155155> streams of other shells. However, stdin isn't connected to the PowerShell
156156> pipeline for input. For more information, see
157157> [ about_Redirection] [ 07 ] .
You can’t perform that action at this time.
0 commit comments