Skip site navigation (1)Skip section navigation (2)

FreeBSD Manual Pages

  
 
  

home | help
TEE(1)			     General Commands Manual			  TEE(1)

NAME
     tee - pipe fitting

SYNOPSIS
     tee [ -i ] [ -a ] files

DESCRIPTION
     Tee  transcribes the standard input to the standard output and makes copies
     in the files.  The options are

     -i     Ignore interrupts.

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

SOURCE
     /src/cmd/tee.c

									  TEE(1)

Want to link to this manual page? Use this URL:
<https://man.freebsd.org/cgi/man.cgi?query=tee&sektion=1&manpath=FreeBSD+Ports+15.1.quarterly>

home | help