Concept Flow - Pipeline object flow
Start: Command 1 produces objects
Objects flow through pipeline
Command 2 receives objects one by one
Command 2 processes each object
Objects flow to next command or output
End
Objects are passed one by one through the pipeline from one command to the next, allowing each command to process each object in turn.