tee(1)
NAME
tee − pipe output to terminal and file
SYNTAX
tee [−i] [−a] [file...]
DESCRIPTION
The tee command transcribes the standard input to the standard output and makes copies in the files.
OPTIONS
−aAppends input to existing files.
−iIgnores interrupts.