I want to split a FIFO to be able to analyze the copy without loosing the original contents:
cat < outfile | tee > outfile2 | tee > outfile3 & d