pub fn tee<Fd1: AsFd, Fd2: AsFd>( fd_in: Fd1, fd_out: Fd2, len: usize, flags: SpliceFFlags, ) -> Result<usize>
Duplicate pipe content
*tee
tee