Tee (command)

Tee (command)

In computing, tee is a command in various command-line interpreters (shells) such as Unix shells, 4DOS/4NT and Windows PowerShell, which displays or pipes the output of a command and copies it into a file or a variable. It is primarily used in conjunction with pipes and filters. The command is named after the T-splitter used in plumbing.

Read more about Tee (command):  Description and Syntax