Linux tee: Duplicating Output Streams
The tee command gets its name from T-shaped pipe fittings used in plumbing—it splits a single flow into multiple directions. In Unix-like systems, tee reads from standard input and writes the…
The tee command gets its name from T-shaped pipe fittings used in plumbing—it splits a single flow into multiple directions. In Unix-like systems, tee reads from standard input and writes the…