sbase/tee.1

18 lines
320 B
Groff
Raw Normal View History

2011-05-23 01:36:34 +00:00
.TH TEE 1 sbase\-VERSION
.SH NAME
tee \- duplicate stdin
.SH SYNOPSIS
.B tee
2015-01-22 21:08:25 +00:00
.RB [ \-ai ]
2011-05-23 01:36:34 +00: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 21:08:25 +00:00
.TP
.B \-i
ignore SIGINT, i.e. the interrupt from keyboard signal