Command tee
This command is part of the posix extensions and needs to be imported to be available to the shell.
See Posix Commands
Name
tee copies input to output and filesSynopsis
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