Basic pipeline

This example shows how to write a pipeline with two simple Bash processes, so that the results produced by the first process are consumed by the second process.

Synopsis