Emperor it is not about making combinations.
tee is a linux command:
❯ whatis tee
tee (2) - duplicating pipe content
tee (1) - read from standard input and write to standard output ...
tee (1p) - duplicate standard input
❯ tee --help
Usage: tee [OPTION]... [FILE]...
Copy standard input to each FILE, and also to standard output.
-a, --append append to the given FILEs, do not overwrite
-i, --ignore-interrupts ignore interrupt signals
-p diagnose errors writing to non pipes
--output-error[=MODE] set behavior on write error. See MODE below
--help display this help and exit
--version output version information and exit