2011-05-22 21:36:34 -04:00
|
|
|
.TH TEE 1 sbase\-VERSION
|
|
|
|
.SH NAME
|
|
|
|
tee \- duplicate stdin
|
|
|
|
.SH SYNOPSIS
|
|
|
|
.B tee
|
2015-01-22 16:08:25 -05:00
|
|
|
.RB [ \-ai ]
|
2011-05-22 21:36:34 -04:00
|
|
|
.RI [ file ...]
|
|
|
|
.SH DESCRIPTION
|
|
|
|
.B tee
|
|
|
|
writes from stdin to stdout, making copies in each file.
|
|
|
|
.SH OPTIONS
|
|
|
|
.TP
|
|
|
|
.B \-a
|
|
|
|
append to each file rather than overwriting.
|
2015-01-22 16:08:25 -05:00
|
|
|
.TP
|
|
|
|
.B \-i
|
|
|
|
ignore SIGINT, i.e. the interrupt from keyboard signal
|