Museum

Home

Lab Overview

Retrotechnology Articles

Online Manuals

⇒ tee(1) — UnixWare 2.01

Media Vault

Software Library

Restoration Projects

Artifacts Sought






       tee(1)                                                        tee(1)


       NAME
             tee - pipe fitting

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

       DESCRIPTION
             tee transcribes the standard input to the standard output and
             makes copies in the files.  The sole purpose of tee is to
             serve, as its name implies, as a ``T'' in a pipe.  For
             example, the command

                   grep pattern file1 | tee file2 | wc -l

             catches the output of grep in file2 without having to
             reexecute the command.

             The available options are:

             -i    Ignore interrupts.

             -a    Append output to the files rather than overwriting them.

       FILES
             /usr/lib/locale/locale/LC_MESSAGES/uxcore.abi
                   language-specific message file [See LANG on environ(5).]






















                           Copyright 1994 Novell, Inc.               Page 1








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