TEE(1) General Commands Manual TEE(1)

teeduplicate standard input

tee [-ai] [file ...]

The tee utility copies standard input to standard output, and also to each file.

Append to the files rather than overwriting them.
Ignore the SIGINT signal.

The tee utility exits 0 on success, and >0 if an error occurs.

cat(1)

The tee utility is compliant with the specification.

March 15, 2020 EltaninOS