32v 1m tee

From Computer History Wiki
Revision as of 18:29, 26 October 2009 by Neozeed (talk | contribs) (New page: TEE(1) UNIX Programmer's Manual TEE(1) == NAME == tee - pipe fitting == SYNOPSIS == tee [ -i ] [ -a ] [ file ] ... == DESCRIPTION == _T_e_e t...)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

TEE(1) UNIX Programmer's Manual TEE(1)


NAME

    tee - pipe fitting

SYNOPSIS

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

DESCRIPTION

    _T_e_e transcribes the standard input to the standard output
    and makes copies in the _f_i_l_e_s. Option -i ignores interrupts;
    option -a causes the output to be appended to the _f_i_l_e_s
    rather than overwriting them.