Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
description: Combining commands into pipelines in the PowerShell
Locale: en-US
ms.date: 12/05/2023
ms.date: 10/02/2025
online version: https://learn.microsoft.com/powershell/module/microsoft.powershell.core/about/about_pipelines?view=powershell-5.1&WT.mc_id=ps-gethelp
schema: 2.0.0
title: about_Pipelines
Expand Down Expand Up @@ -151,7 +151,7 @@ PS> ipconfig.exe | Select-String -Pattern 'IPv4'
```

> [!IMPORTANT]
> The **Success** and **Error** streams are similar to the stdin and stderr
> The **Success** and **Error** streams are similar to the stdout and stderr
> streams of other shells. However, stdin isn't connected to the PowerShell
> pipeline for input. For more information, see
> [about_Redirection][07].
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
description: Combining commands into pipelines in the PowerShell
Locale: en-US
ms.date: 12/05/2023
ms.date: 10/02/2025
online version: https://learn.microsoft.com/powershell/module/microsoft.powershell.core/about/about_pipelines?view=powershell-7.4&WT.mc_id=ps-gethelp
schema: 2.0.0
title: about_Pipelines
Expand Down Expand Up @@ -151,7 +151,7 @@ PS> ipconfig.exe | Select-String -Pattern 'IPv4'
```

> [!IMPORTANT]
> The **Success** and **Error** streams are similar to the stdin and stderr
> The **Success** and **Error** streams are similar to the stdout and stderr
> streams of other shells. However, stdin isn't connected to the PowerShell
> pipeline for input. For more information, see
> [about_Redirection][07].
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
description: Combining commands into pipelines in the PowerShell
Locale: en-US
ms.date: 12/05/2023
ms.date: 10/02/2025
online version: https://learn.microsoft.com/powershell/module/microsoft.powershell.core/about/about_pipelines?view=powershell-7.5&WT.mc_id=ps-gethelp
schema: 2.0.0
title: about_Pipelines
Expand Down Expand Up @@ -151,7 +151,7 @@ PS> ipconfig.exe | Select-String -Pattern 'IPv4'
```

> [!IMPORTANT]
> The **Success** and **Error** streams are similar to the stdin and stderr
> The **Success** and **Error** streams are similar to the stdout and stderr
> streams of other shells. However, stdin isn't connected to the PowerShell
> pipeline for input. For more information, see
> [about_Redirection][07].
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
description: Combining commands into pipelines in the PowerShell
Locale: en-US
ms.date: 12/05/2023
ms.date: 10/02/2025
online version: https://learn.microsoft.com/powershell/module/microsoft.powershell.core/about/about_pipelines?view=powershell-7.6&WT.mc_id=ps-gethelp
schema: 2.0.0
title: about_Pipelines
Expand Down Expand Up @@ -151,7 +151,7 @@ PS> ipconfig.exe | Select-String -Pattern 'IPv4'
```

> [!IMPORTANT]
> The **Success** and **Error** streams are similar to the stdin and stderr
> The **Success** and **Error** streams are similar to the stdout and stderr
> streams of other shells. However, stdin isn't connected to the PowerShell
> pipeline for input. For more information, see
> [about_Redirection][07].
Expand Down