home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Fresh Fish 5
/
FreshFish_July-August1994.bin
/
bbs
/
gnu
/
sh-utils-1.10-bin.lha
/
man
/
cat1
/
tee.0
< prev
next >
Wrap
Text File
|
1993-12-07
|
1KB
|
67 lines
TEE(1L) TEE(1L)
NNAAMMEE
tee - read from standard input and write to standard out-
put and files
SSYYNNOOPPSSIISS
tteeee [-ai] [--append] [--ignore-interrupts] [file...]
DDEESSCCRRIIPPTTIIOONN
This manual page documents the GNU version of tteeee. The
tteeee command copies the standard input to the standard out-
put and any files given as arguments.
If a file being written to does not already exist, it is
created. If a file being written to already exists, the
data it previously contained is overwritten unless the _-_a
option is used.
OOPPTTIIOONNSS
_-_a_, _-_-_a_p_p_e_n_d
Append the standard input to the given files rather
than overwriting them.
_-_i_, _-_-_i_g_n_o_r_e_-_i_n_t_e_r_r_u_p_t_s
Ignore interrupt signals.
The long-named options can be introduced with `+' as well
as `--', for compatibility with previous releases. Even-
tually support for `+' will be removed, because it is
incompatible with the POSIX.2 standard.
1