What does tee do with data it receives on standard input?
tee
It writes only to a file and always suppresses terminal output.
It copies the data to standard output and to one or more files.
It discards all input after creating an empty file.
It reads only from named files and never from a pipe.