Concept Flow - Pipeline concept (|)
Command 1 executes
Output objects from Command 1
Pipeline operator | passes objects
Command 2 receives objects as input
Command 2 processes and outputs result
Display final output
The pipeline sends output objects from one command directly as input to the next command, chaining commands smoothly.