cat myfile | tee program1 program2 ... programN-1 programN P > -----Original Message----- > anybody know how I would go about using a pipe but to have 2 outputs ? > > eg cat myfile | program1 > cat myfile | program2 > > but happening at the same time ? >