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 1
1
---
2
2
description : Combining commands into pipelines in the PowerShell
3
3
Locale : en-US
4
- ms.date : 12/05/2023
4
+ ms.date : 10/02/2025
5
5
online version : https://learn.microsoft.com/powershell/module/microsoft.powershell.core/about/about_pipelines?view=powershell-5.1&WT.mc_id=ps-gethelp
6
6
schema : 2.0.0
7
7
title : about_Pipelines
@@ -151,7 +151,7 @@ PS> ipconfig.exe | Select-String -Pattern 'IPv4'
151
151
```
152
152
153
153
> [ !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
155
155
> streams of other shells. However, stdin isn't connected to the PowerShell
156
156
> pipeline for input. For more information, see
157
157
> [ about_Redirection] [ 07 ] .
Original file line number Diff line number Diff line change 1
1
---
2
2
description : Combining commands into pipelines in the PowerShell
3
3
Locale : en-US
4
- ms.date : 12/05/2023
4
+ ms.date : 10/02/2025
5
5
online version : https://learn.microsoft.com/powershell/module/microsoft.powershell.core/about/about_pipelines?view=powershell-7.4&WT.mc_id=ps-gethelp
6
6
schema : 2.0.0
7
7
title : about_Pipelines
@@ -151,7 +151,7 @@ PS> ipconfig.exe | Select-String -Pattern 'IPv4'
151
151
```
152
152
153
153
> [ !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
155
155
> streams of other shells. However, stdin isn't connected to the PowerShell
156
156
> pipeline for input. For more information, see
157
157
> [ about_Redirection] [ 07 ] .
Original file line number Diff line number Diff line change 1
1
---
2
2
description : Combining commands into pipelines in the PowerShell
3
3
Locale : en-US
4
- ms.date : 12/05/2023
4
+ ms.date : 10/02/2025
5
5
online version : https://learn.microsoft.com/powershell/module/microsoft.powershell.core/about/about_pipelines?view=powershell-7.5&WT.mc_id=ps-gethelp
6
6
schema : 2.0.0
7
7
title : about_Pipelines
@@ -151,7 +151,7 @@ PS> ipconfig.exe | Select-String -Pattern 'IPv4'
151
151
```
152
152
153
153
> [ !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
155
155
> streams of other shells. However, stdin isn't connected to the PowerShell
156
156
> pipeline for input. For more information, see
157
157
> [ about_Redirection] [ 07 ] .
Original file line number Diff line number Diff line change 1
1
---
2
2
description : Combining commands into pipelines in the PowerShell
3
3
Locale : en-US
4
- ms.date : 12/05/2023
4
+ ms.date : 10/02/2025
5
5
online version : https://learn.microsoft.com/powershell/module/microsoft.powershell.core/about/about_pipelines?view=powershell-7.6&WT.mc_id=ps-gethelp
6
6
schema : 2.0.0
7
7
title : about_Pipelines
@@ -151,7 +151,7 @@ PS> ipconfig.exe | Select-String -Pattern 'IPv4'
151
151
```
152
152
153
153
> [ !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
155
155
> streams of other shells. However, stdin isn't connected to the PowerShell
156
156
> pipeline for input. For more information, see
157
157
> [ about_Redirection] [ 07 ] .
You can’t perform that action at this time.
0 commit comments