TEE(1) General Commands Manual TEE(1)NAMEtee - divert stdin to a fileSYNOPSIStee [-ai] file ...OPTIONS-a Append to the files, rather than overwriting -i Ignore interruptsEXAMPLEScat file1 file2 | tee x # Save and display two files pr file | tee x | lpr # Save the output of pr on xDESCRIPTIONTee copies stdin to standard output. It also makes copies on all the files listed as arguments.SEE ALSOcat(1). TEE(1)
| Related Man Pages |
|---|
| tee(1) - debian |
| tee(2) - suse |
| tee(1) - sunos |
| tee(1) - xfree86 |
| tee(1) - php |
| Similar Topics in the Unix Linux Community |
|---|
| tee into 2 named pipes |
| Volunteers to Ping Technorati |
| tee vs output redirection confusion |
| Named pipe hanging? |
| Changes to write output to logfile and console |