pipe and tee
0%

Text-Fu · Lesson 4

pipe and tee

Learn how pipelines connect commands and how tee saves a stream while passing it onward.

Pipelines connect small commands so data can flow between them without an intermediate file. The tee command can copy part of that flow to a file while continuing to send it onward.