The Linux tee command is a way to write the standard output to a file. This is a little different from redirecting output to a file. In this case, the output is still send to standard out, but an additional copy is sent to create your text file.
Full story »