About
This page is about the creation of Stream in the Shell context.
- You start a stream with an initialization function that creates a standard output such as:
- …
- You connect then:
- the first standard output
- to the next command standard input (this is a transformation operation known also as called filter command)
- via pipeline operator .