teeΒΆ

Name

tee – read from standard input and write to standard output and files

Synopsis

tee [options...] {files}

Description

Copy standard input to each FILE, and also to standard output.

-a, --append append to the given FILEs, do not overwrite