Museum

Home

Lab Overview

Retrotechnology Articles

Online Manuals

⇒ () — Coherent 3.1.0

Media Vault

Software Library

Restoration Projects

Artifacts Sought


tee                          Command                          tee




Branch pipe output

tee [ -a ] [ -i ] [ file ...]

tee reads from standard input,  usually a pipe, and writes to the
standard output,  usually a pipe.  tee also writes  a copy of the
input data to each file specified.

The -a flag  tells tee to append data to  each file, analogous to
the shell construct ``>>file''.  Otherwise, it creates each file,
analogous to the construct ``>file''.

The flag -i means ignore interrupts.

***** See Also *****

commands, sh







































COHERENT Lexicon                                           Page 1


Typewritten Software • bear@typewritten.org • Edmonds, WA 98026