tee copies standard input to standard output and to zero or more files. The options determine whether the specified files
are overwritten or appended to. The
tee utility does not buffer output. If writes to any
file fail, writes to other
files continue although
tee will exit with a non-zero exit status.
The number of file operands that can be specified is limited by the underlying operating system.