- PowerShell for SQL Server Essentials
- Donabel Santos
- 164字
- 2021-07-23 20:32:25
PowerShell Pipeline
A pipeline is defined in www.TheFreeDictionary.com as follows:
"a linked series of pipes with pumps and valves for flow control, used to transport crude oil, water, etc., esp. over great distances."
I think this definition is very fitting to a pipeline in PowerShell. Instead of crude oil or water, what PowerShell transports is pieces of information. PowerShell also has these pumps and valves for flow control—we will see more of these in the later chapters.
The pipe symbol in PowerShell is |
, also called a bar. You can pipe multiple cmdlets together. When you pipe these cmdlets, the output of one cmdlet becomes the input of the next cmdlet:

When you are writing your scripts, you may want to add a new line after the pipe and continue typing the next cmdlet on the new line:

Many script authors also prefer to indent the succeeding lines a little bit to emphasize that these are all part of the same block.
- Learning Python Web Penetration Testing
- Manga Studio Ex 5 Cookbook
- Groovy for Domain:specific Languages(Second Edition)
- 機械工程師Python編程:入門、實戰與進階
- Banana Pi Cookbook
- SharePoint Development with the SharePoint Framework
- Java編程技術與項目實戰(第2版)
- MATLAB 2020從入門到精通
- Visual Basic程序設計教程
- Android Studio Cookbook
- Data Science Algorithms in a Week
- Instant Automapper
- Mastering Apache Camel
- 例說FPGA:可直接用于工程項目的第一手經驗
- Java EE 7 Development with WildFly