morpheus-base

morpheus base system
git clone git://git.2f30.org/morpheus-base
Log | Files | Refs

tee.1 (253B)


      1 .TH TEE 1 sbase\-VERSION
      2 .SH NAME
      3 tee \- duplicate stdin
      4 .SH SYNOPSIS
      5 .B tee
      6 .RB [ \-a ]
      7 .RI [ file ...]
      8 .SH DESCRIPTION
      9 .B tee
     10 writes from stdin to stdout, making copies in each file.
     11 .SH OPTIONS
     12 .TP
     13 .B \-a
     14 append to each file rather than overwriting.