The Linux tee command is a way to write the standard output to a file. Or, to quote from the man page documentation,
tee – read from standard input and write to standard output and files
This is a little different from redirecting output to a file. Continue reading