*nix Documentation Project
·  Home
 +   man pages
·  Linux HOWTOs
·  FreeBSD Tips
·  *niX Forums

  man pages->IRIX man pages -> tee (1)              
Title
Content
Arch
Section
 

Contents


tee(1)									tee(1)


NAME    [Toc]    [Back]

     tee - pipe	fitting

SYNOPSIS    [Toc]    [Back]

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

DESCRIPTION    [Toc]    [Back]

     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 <b>| tee file2 <b>| wc -l

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

     The available options are:

     -i	  ignore interrupts;

     -a	  causes the output to be appended to the files	rather than
	  overwriting them.

FILES    [Toc]    [Back]

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


									PPPPaaaaggggeeee 1111
[ Back ]
 Similar pages
Name OS Title
pipe Linux create pipe
popen Tru64 Initiates a pipe to a process
pclose Tru64 Closes a pipe to a process
popen IRIX initiate pipe to/from a process
udbp FreeBSD USB Double Bulk Pipe driver
fifo Linux first-in first-out special file, named pipe
pxfisfifo IRIX Tests for pipe or a FIFO special file
mkfifo Linux make a FIFO special file (a named pipe)
mknod IRIX build special file or named pipe (FIFO)
mkfifo HP-UX make FIFO (named pipe) special files
Copyright © 2004-2005 DeniX Solutions SRL
newsletter delivery service