Concept Flow - Why pipes chain commands into workflows
Command 1 runs
Output of Command 1
Pipe '|' sends output
Command 2 receives input
Command 2 processes input
Output of Command 2
Final output shown
Each command runs and sends its output through a pipe to the next command, creating a chain of processing steps.