=====Command tee===== This command is part of the [[CommandsPosix posix]] extensions and needs to be imported to be available to the shell. See [[CommandsPosix Posix Commands]] ====Name==== **tee** copies input to output and files ====Synopsis==== tee file [file ...] ====Description==== tee copies its input to output and copies to one or more files. ====Return Value==== Returns 0 if the command executed successfully, 1 if there was an error. ---- [[Commands]] [[CategoryCommands]] [[CommandsPosix]]